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

Change registration on API v2 to flow with 3 steps #2629

Merged
merged 3 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. Change registration on API v2 to flow with 3 steps

    The registration for new identities using API v2 is now split into 3
    different steps:
    1. start a flow, providing a principal to track progress on that flow
    2. solve captcha
    3. submit authn_method to tie the identity to
    
    This PR is a preparation to making the step 2 dynamically remove step 2
    on low load.
    frederikrothenberger committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d7503f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28aebf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    ca17ae5 View commit details
    Browse the repository at this point in the history