• fix(auth): add bearer token auth as fallback for Android WebView third-party cookie blocking

    MythEclipse released this 2026-06-15 12:43:02 +00:00 | 67 commits to main since this release

    Android 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