Hi, How can I implement two-factor authentication ...
# support-questions
b
Hi, How can I implement two-factor authentication via Authenticator App not phone using supertokens?
r
hey @bian we don't yet support totp. It's in our pipeline though and we are working on it.
b
Any suggestion on how to implement it using customization features?
r
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
Do you have any estimation on when it will be released?
r
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
Okay, thanks.
4 Views