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: {
path: '/',
httpOnly: true,
sameSite: false,
sameSite: true,
domain: '.arthurdanjou.fr',
secure: Env.get('NODE_ENV') === 'production'
secure: true
},
/*