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

chore(next-example): add webauthn support w/ unstorage adapter #9963

Merged
merged 51 commits into from
May 11, 2024

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    e13ffb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562aeaf View commit details
    Browse the repository at this point in the history
  3. fix: use fallback avatar

    ndom91 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    874aafc View commit details
    Browse the repository at this point in the history
  4. fix: rm resend

    ndom91 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5500c20 View commit details
    Browse the repository at this point in the history
  5. Update apps/examples/nextjs/package.json

    Co-authored-by: Balázs Orbán <info@balazsorban.com>
    ndom91 and balazsorban44 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3f8eea5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    248b1f1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'ndom91/nextjs-example-app-webauthn-db' of ssh://github.…

    …com/nextauthjs/next-auth into ndom91/nextjs-example-app-webauthn-db
    ndom91 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5558982 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2be93d View commit details
    Browse the repository at this point in the history
  9. fix: advanced init nextauth to not save user data in db with provider…

    …s other than webauthn
    ndom91 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9b58702 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17bed64 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    135bf17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adef707 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

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

Commits on Feb 13, 2024

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

Commits on Feb 17, 2024

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

Commits on Mar 14, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    7dde2ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258b349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d135b10 View commit details
    Browse the repository at this point in the history
  4. fix: cleanup auth.ts

    ndom91 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    62135b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c17e5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec8d399 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 21, 2024

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

Commits on May 4, 2024

  1. fix: update pnpm-lock

    ndom91 committed May 4, 2024
    Configuration menu
    Copy the full SHA
    08f7d65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06a9a78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b61fd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a68ee3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8858047 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    766e2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e86089 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38f0d87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0f4026 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ndom91/nextjs-example-app-webauthn-db' of ssh://github.…

    …com/nextauthjs/next-auth into ndom91/nextjs-example-app-webauthn-db
    ndom91 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0261165 View commit details
    Browse the repository at this point in the history
  6. fix: webauthn-utils test

    ndom91 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    42ca2bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1c36fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1613b74 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'ndom91/nextjs-example-app-webauthn-db' of ssh://github.…

    …com/nextauthjs/next-auth into ndom91/nextjs-example-app-webauthn-db
    ndom91 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1a2a471 View commit details
    Browse the repository at this point in the history
  10. Revert "Merge branch 'ndom91/nextjs-example-app-webauthn-db' of ssh:/…

    …/github.com/nextauthjs/next-auth into ndom91/nextjs-example-app-webauthn-db"
    
    This reverts commit 1a2a471, reversing
    changes made to 42ca2bb.
    ndom91 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ffeeee0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3507f72 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1d25b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d39629b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    08d50e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    45712e4 View commit details
    Browse the repository at this point in the history
  16. fix: prettier

    ndom91 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2a36c33 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e6b6d27 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8ac3c14 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    6c266b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f6aa9 View commit details
    Browse the repository at this point in the history