Skip to content

Fix weather card login detection#544

Merged
asim merged 1 commit intomainfrom
claude/add-wallet-transfers-74PHC
Apr 7, 2026
Merged

Fix weather card login detection#544
asim merged 1 commit intomainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim
Copy link
Copy Markdown
Member

@asim asim commented Apr 7, 2026

Session cookie is HttpOnly — JS can't see it. Check csrf_token cookie instead.

https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm

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
@asim asim force-pushed the claude/add-wallet-transfers-74PHC branch from 7c9c8b7 to 25c64ba Compare April 7, 2026 13:42
@asim asim merged commit f8a6619 into main Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants