update cookies

This commit is contained in:
2021-09-10 17:12:49 +02:00
parent 3da0360b74
commit fa53293640
2 changed files with 2 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ export const http: ServerConfig = {
path: '/',
httpOnly: true,
sameSite: 'none',
secure: true
},
/*

View File

@@ -78,6 +78,7 @@ const sessionConfig: SessionConfig = {
path: '/',
httpOnly: true,
sameSite: 'none',
secure: true
},
/*