mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-31 20:07:54 +01:00
update cookies
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user