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

[SG-656] Use a captcha bypass during registration #3531

Merged
merged 3 commits into from
Sep 15, 2022

Commits on Sep 14, 2022

  1. Use a captcha bypass during registration

    The trial initiation flow has a registration step that automatically
    does a login in the background. This has Captcha problems, namely that
    it can spawn two captchas in a row - one during registration and one
    during login. This is not ideal UX, so we've added a bypass token that
    returns from the registration endpoint that can be used to skip the next
    captcha.
    addisonbeck committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d30d5e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa054cc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

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