Skip to content

Commit

Permalink
BC-8974 change session cookie same site to lax
Browse files Browse the repository at this point in the history
there is logic that encodes the oauth state into the sseion for thr and moin schule, thus when logging in the session info gets lost for the second request from a redirect (sorry hard to explain)
  • Loading branch information
Loki-Afro committed Feb 18, 2025
1 parent 4faad58 commit fbe89b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
},
"SESSION_COOKIE_SAME_SITE": {
"type": "string",
"default": "strict",
"default": "lax",
"description": "express-session cookie samesite attribute"
},
"COOKIE": {
Expand Down

0 comments on commit fbe89b3

Please sign in to comment.