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-nextjs #897

Merged
merged 8 commits into from Mar 21, 2024
Merged

Commits on Mar 21, 2024

  1. Throw away success response for WebAuthn signIn

    We don't return anything useful back to the client here.
    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    8412b80 View commit details
    Browse the repository at this point in the history
  2. Update auth-core imports

    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    53a7bf0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b930931 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5b94d5f View commit details
    Browse the repository at this point in the history
  5. Update readme

    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    2055f63 View commit details
    Browse the repository at this point in the history
  6. fmpt

    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    d42c9da View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7076263 View commit details
    Browse the repository at this point in the history
  8. Add NextRequest to new callbacks

    Also set the type to non-optional in the callback definition. Consumers
    are still welcome to provide functions that ignore that parameter but
    this ensures that we always provide it.
    scotttrinh committed Mar 21, 2024
    Copy the full SHA
    80efbda View commit details
    Browse the repository at this point in the history