Twilio Verify MFA Issues
Goal: Enable Twilio Verify MFA in our app using Supabase Auth
Issue: When I do "Enroll phone number" in my (TypeScript) app, it returns POST <supabase url> 422 (Unprocessable Content) with error
What I've tried:
Issue: When I do "Enroll phone number" in my (TypeScript) app, it returns POST <supabase url> 422 (Unprocessable Content) with error
What I've tried:
- read https://supabase.com/docs/guides/auth/phone-login
- read and tested out the example in https://supabase.com/docs/guides/auth/auth-mfa/phone. actually, I ripped off the React example code in there and tried in a brand new project, so I don't think it's a code issue. I think it's a problem with Supabase configuration
- Looked up the error in the Supabase GitHub project and Google and no good search results.
- The docs keep referencing the "Advanced Supabase Phone MFA Add-on" but I have no idea where to enable this or how to add this to my team's plan. Nothing similar shows up in the Add Ons tab in Project Settings in the Dashboard.