Hello! Do you have any timeline for *2FA*? I wonde...
# support-questions
t
Hello! Do you have any timeline for 2FA? I wonder when it could possibly happen 🙂
r
get @teajay
what kind of 2fa do you want? We already have some version of it - as long as both the factors you want are supported by the recipes we already have.
t
Mostly SMS passcode, email passcode right now. Later on TOTP auth apps
r
right! So we have SMS and email passcode
what would the first factor be?
t
We want to shift from username+password to passwordless + second factor option, so it's: 1st factor: - Google OAuth - magic links 2nd factor as mentioned: - SMS passcode - Email passcode - TOTP auth app probably in the future
r
should work!
you can achieve all of the above (other than TOPT auth app) using the thirdpartypasswordless recipe .
we have a demo app that showcases third party as the first factor and passwordless as the second factor. You can take inspiration from that to build the exp that you like: https://github.com/supertokens/supertokens-auth-react/tree/master/examples/with-thirdparty-2fa-passwordless
t
Sounds good! Thanks, I'll take a look at it 🙂
2 Views