How to implement Multi Factor Authentication with ...
# general
s
How to implement Multi Factor Authentication with super tokens
r
Hey @sheyzi_silver what are the two factors you want? Right now we have support for the SMS and email OTP / magic link as the second factor
s
That's great... I'm planning on implementing the SMS and Email OTP
r
Great. We have a demo app that shows cases how you can build this
First factor is email password or social login
Second factor is sms OTP. Can be changed to sms / email OTP fairly easily
s
Great thanks... Don't I have anything to implement in the backend??
r
Yes. You do
s
Ooooh I've just checked the GitHub... Thank you!
Isn't there a documentation for this in python?
r
Not for this example app Iā€™m afraid
But the concept should be the same
s
Not compulsorily the app just to see how the 2FA works with the Python SDK
r
Huh?
s
I mean like a text or something to read... As in a place it is documented not necessarily an app
r
Ah. We are working on these docs. Should be out in 2 weeks time maybe
s
Ooooh no problem
Thank you šŸ‘
2 Views