-
-
Notifications
You must be signed in to change notification settings - Fork 448
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
[Feature request] Passkeys #744
Comments
Passkeys? Do you mean like backup tokens or something else? |
@moggers87 I mean logging in with finger prints etc. It is based on WebAuthn: https://www.google.com/account/about/passkeys/ |
I second the request for passkeys support. |
And I just came across webauth: https://en.wikipedia.org/wiki/WebAuthn These seem to be supported: https://django-two-factor-auth.readthedocs.io/en/stable/installation.html#webauthn-setup Maybe @moggers87 can confirm this? |
I can confirm that WebAuthn is supported but I'm not sure if there are any extra steps required to use passkeys with our WebAuthn plugin |
@moggers87 I took a look at your webauthn example app and seems to work! So I'd say passkeys are supported. 1 thing that I think is missing that would make this package full fill all our needs is direct login with the passkey. I think it is considered safe enough to only need fingerprint/face id for login. Would be great to see this feature. |
Are there any plans to add support for passkeys as a 2fa method?
The text was updated successfully, but these errors were encountered: