mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-27 18:10:27 +01:00
update cookies
This commit is contained in:
@@ -102,12 +102,11 @@ export const http: ServerConfig = {
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
cookie: {
|
||||
domain: '',
|
||||
path: '/',
|
||||
maxAge: '2h',
|
||||
httpOnly: true,
|
||||
sameSite: false,
|
||||
domain: '.arthurdanjou.fr',
|
||||
secure: true,
|
||||
sameSite: true,
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user