From e06512738fb6e55a996feba3c8f204679c746187 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Tue, 24 Oct 2023 16:59:09 +0100 Subject: [PATCH] Remove sameSite: strict from cookie options --- server/oauth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/oauth.ts b/server/oauth.ts index ec41341bb..2cd14eb02 100644 --- a/server/oauth.ts +++ b/server/oauth.ts @@ -24,7 +24,6 @@ export const oauthCookieOptions: CookieOptions = { signed: true, secure: true, httpOnly: true, - sameSite: 'strict', }; const sharedTokenVerifierOptions = (