Commit f8a6619
Fix weather card auth check — session cookie is HttpOnly (#544)
Check csrf_token cookie (readable by JS) instead of session cookie
(HttpOnly, invisible to JS) to detect logged-in state.
https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
Co-authored-by: Claude <noreply@anthropic.com>1 parent 33e496a commit f8a6619
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments