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
The current page lists these types of verification signup, magiclink, recovery, invite or email_change however, both magiclink and signup have been deprecated in supabase/auth#885 in favor of email which is not listed there.
email works for both newly created accounts and returning accounts who are logging in just now.
Describe the improvement
email should replace both the magiclink and signup types as per the Pull Request
Additional context
The above PR describes a fix for a problem with auth, where supabase would return a 401 for valid tokens every new user registration. IMO it's a huge deal, and have probably turned away so many folks that tried to use our product.
The text was updated successfully, but these errors were encountered:
Improve documentation
Verify and log in through OTP documentation
Link
https://supabase.com/docs/reference/javascript/auth-verifyotp
Describe the problem
The current page lists these types of verification
signup
,magiclink
,recovery
,invite
oremail_change
however, bothmagiclink
andsignup
have been deprecated in supabase/auth#885 in favor ofemail
which is not listed there.email
works for both newly created accounts and returning accounts who are logging in just now.Describe the improvement
email
should replace both themagiclink
andsignup
types as per the Pull RequestAdditional context
The above PR describes a fix for a problem with auth, where supabase would return a 401 for valid tokens every new user registration. IMO it's a huge deal, and have probably turned away so many folks that tried to use our product.
The text was updated successfully, but these errors were encountered: