-
fix(auth): add bearer token auth as fallback for Android WebView third-party cookie blocking
released this
2026-06-15 12:43:02 +00:00 | 67 commits to main since this releaseAndroid WebView blocks third-party cookies by default. This patch:
- Returns session token in login/register response body
- Stores token in localStorage, sends via Authorization: Bearer header
- Backend getCurrentUser supports Authorization header fallback
Co-Authored-By: Claude noreply@anthropic.com
Downloads