• v1.9.2 4ed2cecec5

    Fix SSO redirect failing with htmx login form

    kyle released this 2026-03-31 00:32:44 +00:00 | 9 commits to master since this release

    The login form uses hx-post, so htmx sends the POST via fetch. A 302
    redirect to the cross-origin service callback URL fails silently because
    fetch follows the redirect but gets blocked by CORS. Use HX-Redirect
    header instead, which tells htmx to perform a full page navigation.

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

    Downloads