mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
fix: longer cookie age
This commit is contained in:
@@ -38,7 +38,7 @@ export const auth = betterAuth({
|
||||
updateAge: 24 * 60 * 60, // 24 hours
|
||||
cookieCache: {
|
||||
enabled: true,
|
||||
maxAge: 7 * 24 * 60 * 60, // 7 days
|
||||
maxAge: 365 * 24 * 60 * 60, // 365 days
|
||||
},
|
||||
},
|
||||
advanced: {
|
||||
|
||||
Reference in New Issue
Block a user