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

feat(clerk-js): Improve redirects on OAuth callback #1563

Commits on Aug 9, 2023

  1. feat(clerk-js): Improve redirects on OAuth callback

    Currently, if you try to sign up with a provider that allows unverified accounts, the flow appears to be broken because it asks for the email after the OAuth callback. With this change, it will navigate to the appropriate change when needed.
    kostaspt committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c596cf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    47f7c4f View commit details
    Browse the repository at this point in the history
  2. feat(clerk-js): Add test

    kostaspt committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a8d7796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64ffc86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7841cbd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    f0d2c6c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into kostas/usr-248-when-sign-up-with-unverified-…

    …email-from-oauth-trigger-psu-redirects
    kostaspt authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fae3436 View commit details
    Browse the repository at this point in the history