signInWithOtp not working with strongest Password Requirements (for new users).
Hi everyone! I recently set the password requirements to the recommended setting (Lowercase, uppercase, digits and symbols), but that breaks the
signInWithOtp
signInWithOtp
method for new users.
When an unknown email registers I got an error from the auth API saying that the password does not satisfy the requirements but, since is a "magic link" method the user did not insert any password.
This happens only with this combination of conditions: * the email is not registered yet * the password requirements are set to the strongest ones (the recommended)
It works normally for already registered users (event with the strong passowrd requirement) and also for new users if you set the requirements to one of the lower ones.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.