diff --git a/api/src/functions/oauth/oauth.ts b/api/src/functions/oauth/oauth.ts index 2d59859..4dd7be1 100644 --- a/api/src/functions/oauth/oauth.ts +++ b/api/src/functions/oauth/oauth.ts @@ -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 }) => {