Fix missing max-age cookie option (#2000)
This commit is contained in:
parent
dbbd9477fd
commit
a83783f008
@ -19,6 +19,7 @@ const cookieOptions = (args) => ({
|
||||
sameSite: 'lax',
|
||||
// default expiration for next-auth JWTs is in 30 days
|
||||
expires: datePivot(new Date(), { days: 30 }),
|
||||
maxAge: 2592000, // 30 days in seconds
|
||||
...args
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user