da newb
05/26/2023, 2:26 AMemail_confirmed == true
, while still allowing them to sign in with their account even before email confirmation?
(B) What columns in the database are set when a user confirms their email address? If I were to check just one DB column, which one should I check?
(C) Can I consider the database table for auth.users
(or a view of that table) stable in terms of an API? AKA can I rely on it for important auth decisions, or must I rely on Supabase SDKs?
(C) If a user changes the email address for the auth.user
entry, does the new email become "unconfirmed"?
(D) Do OAuth signups automatically set the underlying email address as confirmed?
(E) Can I have a successful password reset move an email address from unconfirmed to confirmed? This would be necessary for goal (1) that I'm trying to achieve above.
Thanks.garyaustin
05/26/2023, 2:44 AMgaryaustin
05/26/2023, 2:48 AMda newb
05/26/2023, 10:02 PMda newb
05/26/2023, 10:02 PM