Fix: oauth cookie (not tested in prod)
This commit is contained in:
parent
4a551f9b16
commit
437e49b842
|
@ -107,7 +107,7 @@ const secureCookie = (user) => {
|
|||
process.env.SESSION_SECRET
|
||||
).toString()
|
||||
|
||||
return [`session=${encrypted}`, ...cookieAttrs].join('; ')
|
||||
return [`session_8911=${encrypted}`, ...cookieAttrs].join('; ')
|
||||
}
|
||||
|
||||
const getUser = async ({ providerUser, accessToken, scope }) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user