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

Add WebAuthn and Magic Links in auth-remix #899

Merged
merged 8 commits into from Mar 21, 2024
Merged

Commits on Mar 21, 2024

  1. Copy the full SHA
    26598c9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    16a52cd View commit details
    Browse the repository at this point in the history
  3. WebAuthn response type is determined by app

    The response type is determined but what your app's WebAuthn handler
    returns, and it _won't_ be SignupResponse.
    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    95dc217 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7b7f7a6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    30c0b3c View commit details
    Browse the repository at this point in the history
  6. More consistent naming

    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    dd44da8 View commit details
    Browse the repository at this point in the history
  7. Fix a few readme issues

    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    07c9a89 View commit details
    Browse the repository at this point in the history
  8. Persist all options

    This catches even optional options
    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    d7576db View commit details
    Browse the repository at this point in the history