Provide option to set up 2FA/MFA with REST APIs #30249
Unanswered
ebamoh1
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we have the option to set up 2FA/MFA using REST endpoints? If this is already possible, can you please share the documentation since I couldn't find it?
Currently, the only option I see available is to use Javascript but for security purposes and efficiency, we prefer to handle auth and other sensitive actions through the backend server as that allows us to easily add in additional logic and checks (both on the database and using other external resources which are accessible by REST APIs).
I'm exploring migrating our app to Supabase and want to use the TOTP Auth MFA but can't see an easy way to integrate that option to work with our server-based flows. We currently use Twilio's Verify REST endpoints to provide 2FA/MFA and if switching to Supabase, we would rather have all Authentication handled from one place (https://www.twilio.com/docs/verify/quickstarts/totp).
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions