auth-js
auth-js copied to clipboard
supabase.auth.signUp returns 200 for existing users
Bug report
Describe the bug
const { user, error } = await supabase.auth.signUp({
email,
password,
});
To Reproduce
- submit a signup request to https://xxx.supabase.co/auth/v1/signup with the code above for an existing user
Expected behavior
Expecting 400 error saying user has already signed up.
Hey @lanbau,
Thanks for reporting this issue -- transferring this to the Supabase Auth repo so we can best track this. Can I also check if your email confirmation settings are set to True?
You can check your settings here:

Closing as the issue has gone stale, feel free to re-open if there are still issues.