https://supertokens.com/ logo
Title
b

bian

02/15/2023, 11:04 AM
Hi, How can I implement two-factor authentication via Authenticator App not phone using supertokens?
r

rp

02/15/2023, 11:04 AM
hey @bian we don't yet support totp. It's in our pipeline though and we are working on it.
b

bian

02/15/2023, 11:05 AM
Any suggestion on how to implement it using customization features?
r

rp

02/15/2023, 11:05 AM
yea. You should use our 2fa claim as shown in the 2fa docs. And then add the totp login method yourself, and when it's done, mark the 2fa claim as completed
the specifics of how to implement totp is something you will have to find out on your own, or wait for us to release it
b

bian

02/15/2023, 11:06 AM
Do you have any estimation on when it will be released?
r

rp

02/15/2023, 11:06 AM
the core APIs for it should be in a few weeks
the backend and frontend SDKs will take maybe 1-2 months after that
b

bian

02/15/2023, 11:07 AM
Okay, thanks.