Skip to content

Commit

Permalink
Remove sameSite: strict from cookie options
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Kabo committed Oct 24, 2023
1 parent 1df44cc commit e065127
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const oauthCookieOptions: CookieOptions = {
signed: true,
secure: true,
httpOnly: true,
sameSite: 'strict',
};

const sharedTokenVerifierOptions = (
Expand Down

0 comments on commit e065127

Please sign in to comment.