• v1.6.0 bcab16f2bf

    Fix SSO return-to redirect loop

    kyle released this 2026-03-31 21:54:55 +00:00 | 2 commits to master since this release

    SetReturnToCookie stored /sso/redirect as the return-to path,
    causing a redirect loop after successful SSO login: the callback
    would redirect back to /sso/redirect instead of /. Filter all
    /sso/* paths, not just /sso/callback.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads