update cookies

This commit is contained in:
2021-09-10 15:17:50 +02:00
parent 275694a18e
commit b4aae27ab7

View File

@@ -77,9 +77,9 @@ const sessionConfig: SessionConfig = {
cookie: { cookie: {
path: '/', path: '/',
httpOnly: true, httpOnly: true,
sameSite: false, sameSite: true,
domain: '.arthurdanjou.fr', domain: '.arthurdanjou.fr',
secure: Env.get('NODE_ENV') === 'production' secure: true
}, },
/* /*