Skip to content

Commit

Permalink
chore(config): allow auto refresh of session
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Jul 3, 2024
1 parent 32632db commit 58400d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default defineNuxtConfig({
},
},
session: {
expirationCheck: false,
automaticRefresh: false,
expirationCheck: true,
automaticRefresh: true,
maxAge: 3600,
},
middleware: {
Expand Down

0 comments on commit 58400d9

Please sign in to comment.