Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return JSON for magic link register #6974

Merged
merged 2 commits into from Mar 5, 2024
Merged

Commits on Mar 5, 2024

  1. Return JSON for magic link register

    If the request specifies `Accept: application/json`, then even failures
    should return JSON for the register request. `redirect_on_failure` is
    still used to redirect in the case there is an issue when the user
    follows the link since that's a GET request by a user agent like a
    browser.
    scotttrinh committed Mar 5, 2024
    Copy the full SHA
    22a48cd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    794d31e View commit details
    Browse the repository at this point in the history