diff --git a/config/app.ts b/config/app.ts index c5ee40f..96f1948 100755 --- a/config/app.ts +++ b/config/app.ts @@ -105,6 +105,7 @@ export const http: ServerConfig = { path: '/', httpOnly: true, sameSite: 'none', + secure: true }, /* diff --git a/config/session.ts b/config/session.ts index 438f032..99ac4ce 100755 --- a/config/session.ts +++ b/config/session.ts @@ -78,6 +78,7 @@ const sessionConfig: SessionConfig = { path: '/', httpOnly: true, sameSite: 'none', + secure: true }, /*