-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Sign in with passkeys + 2FA #1150
Comments
Hi @steven-tey Can I work on this? I have experience implementing Passkeys on my personal projects. |
@steven-tey Is any team working with this feature? |
The scope of this issue really should be split into 2FA and passkey support. However, regarding the 2FA aspect, I'd like TOTP 2FA support in addition to passkey 2FA, because passkey 2FA requires that the browser is capable of it, which most mobile ones aren't yet in a consistent manner. TOTP also works cross device, since it's as simple as copying a few numbers. |
next-auth passkeys docs: https://authjs.dev/getting-started/providers/passkey
The text was updated successfully, but these errors were encountered: