Skip to content

Commit

Permalink
fix(auth): save auth in cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Jan 14, 2024
1 parent 6a6dd86 commit 1d31d32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ export default defineNuxtConfig({

type: 'Bearer',

maxAgeInSeconds: 60 * 30 // 30 minutes
maxAgeInSeconds: 60 * 30, // 30 minutes

sameSiteAttribute: 'lax'
},

refreshToken: {
Expand Down

0 comments on commit 1d31d32

Please sign in to comment.