Replies: 1 comment 1 reply
-
Well it has to be possible because the JS client only uses the auth REST API. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can we set up 2FA/MFA using REST endpoints in Supabase? If this is already possible, can someone 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