mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +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
|
updateAge: 24 * 60 * 60, // 24 hours
|
||||||
cookieCache: {
|
cookieCache: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
maxAge: 7 * 24 * 60 * 60, // 7 days
|
maxAge: 365 * 24 * 60 * 60, // 365 days
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
advanced: {
|
advanced: {
|
||||||
|
|||||||
Reference in New Issue
Block a user