mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-30 19:37:51 +01:00
update cookies
This commit is contained in:
@@ -77,8 +77,8 @@ const sessionConfig: SessionConfig = {
|
|||||||
cookie: {
|
cookie: {
|
||||||
path: '/',
|
path: '/',
|
||||||
httpOnly: true,
|
httpOnly: true,
|
||||||
sameSite: true,
|
sameSite: 'lax',
|
||||||
domain: 'arthurdanjou.fr',
|
domain: '.arthurdanjou.fr',
|
||||||
secure: true
|
secure: true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user