Skip to content

Commit

Permalink
fix: remove cookie same-site
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarthiparamesh committed Feb 6, 2024
1 parent 8624036 commit 70ec485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export const affinidiProvider = async (app: any, options: ProviderOptionsType) =
saveUninitialized: true,
cookie: {
secure: process.env.NODE_ENV === 'production',
sameSite: 'none',
maxAge: 1000 * 60 * 60 * 24 * 1, // 1 day
},
unset: 'destroy',
Expand Down

0 comments on commit 70ec485

Please sign in to comment.