Replies: 2 comments 2 replies
-
They are separate features - but no reason they cant both be enabled: SECURITY_WEBAUTHN=True The default forms should work as is - of course you might want to improve the UX. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the reply. I headed that route initially and got error messages about qrcode library and TOTP settings, none of which seemed relevant to my use case. I can give it another go when I get back to the computer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a passwordless login that works with either an email login link or a webauthn device. Either would replace password based login and there would be no 2FA methods (beyond whatever are implicit in webauthn as the primary method).
The docs indicate passwordless is deprecated and unified sign-in should be used instead. But unified sign-in doesn't seem to support webauthn as it's methods are:
["password", "email", "authenticator", "sms"]
Is there a way to get passwordless email + webauthn out of the current flask-security implementation? If so, any tips on how to get there?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions