Commit 71b9c90
fix: change session cookie SameSite from Strict to Lax
SameSite=Strict breaks magic link login from email clients: the browser
does not send the cookie on the redirect to /admin because the navigation
chain originated from a cross-site context. Lax allows top-level
cross-site navigations while still blocking cross-site POST requests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7902d01 commit 71b9c90
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments