I'm attempting to setup an OTP login (email only), but for some reason it always returns a "weak password" error, which is odd since OTP shouldn't have any password at all.
{ "name": "AuthWeakPasswordError", "message": "Password should contain at least one character of each: abcdefghijklmnopqrstuvwxyz, ABCDEFGHIJKLMNOPQRSTUVWXYZ, 0123456789, !@#$%^&*()_+-=[]{};\\'\\:\"|<>?,./`~.", "status": 422}
{ "name": "AuthWeakPasswordError", "message": "Password should contain at least one character of each: abcdefghijklmnopqrstuvwxyz, ABCDEFGHIJKLMNOPQRSTUVWXYZ, 0123456789, !@#$%^&*()_+-=[]{};\\'\\:\"|<>?,./`~.", "status": 422}
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.