<@!336983535074279444> From this link: https://sup...
# help
v
@User From this link: https://supabase.io/docs/guides/auth/auth-twilio - Auth flow can be set up to include both phone number and a password. The first time the user logs in it sends the OTP message. In future logins, the OTP code will not be necessary and the phone number/password will suffice. But the scenario where the user forgets this password, there seems to be no way currently to reset it.
s
I think you will have to capture the user's email once they log in, so that they can reset their password using that method
But also remember you can just use the phone number without a password too
So a OTP would be sent to the phone number for the user to log in, just as how it works with email for magic link