Skip to content
Snippets Groups Projects
Commit 3af20216 authored by GUILLORET SIMON's avatar GUILLORET SIMON
Browse files

:twisted_rightwards_arrows: merge fix: add partitioned:true to cookies

Merge branch 'feature/36-cookies-part-2' into 'develop'
parents 2b95338b a34d6c0c
3 merge requests!61🔀merge V1.2,!60V1.2,!49fix: add partitioned:true to cookies
Pipeline #310770 passed with stages
in 1 minute and 29 seconds
......@@ -23,6 +23,7 @@ export class AuthService {
res.cookie('access_token', accessToken, {
httpOnly: true,
secure: true,
partitioned: true,
sameSite: 'none',
maxAge: 24 * 60 * 60 * 1000, // 24 hours
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment