You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user signs in with their phone with Twilio Verify and confirms their phone number, the phone_verified attribute inside raw_user_meta_data is set to false.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Enable phone authentication with Twilio Verify, enable phone confirmations.
Sign in with Twilio Verify and an OTP code.
In the auth.users table (and the Supabase dashboard), in the raw_user_meta_data field for that user, we see:
Bug report
Describe the bug
When the user signs in with their phone with Twilio Verify and confirms their phone number, the
phone_verified
attribute insideraw_user_meta_data
is set tofalse
.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
auth.users
table (and the Supabase dashboard), in theraw_user_meta_data
field for that user, we see:Even though we have verified the phone, it sets
phone_verified
tofalse
.Expected behavior
We expect
phone_verified
insideraw_user_meta_data
to betrue
when phone verification was made.System information
supabase-swift
: 2.24.1The text was updated successfully, but these errors were encountered: