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
OTP email verification is impossible to add for anonymous users. If you add an email it works as expected, but when you validate it, it always creates a new user with that email identity rather than attaching it to the anonymous user. Again, it will be orphaned.
signInWithOtp will actually make a new auth.users row instead of attaching an identity to the currently signed in anonymous user. This is a bit confusing and could be documented better, but updateUser definitely works great.
OTP email verification is impossible to add for anonymous users. If you add an email it works as expected, but when you validate it, it always creates a new user with that email identity rather than attaching it to the anonymous user. Again, it will be orphaned.
For more context please review: #1111
The text was updated successfully, but these errors were encountered: