supabase / auth

A JWT based API for managing users and issuing JWT tokens

Home Page:https://supabase.com/docs/guides/auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supabase auth for case sensitive emails

Preetam7064 opened this issue · comments

It is still an issue if "Jason@example.com" exists and if we signup with email "jason@example.com" using const { user, error } = supabase.auth
.signUp() it doesn't giving error rather creating another user with different user_id. And it is not visible in supabase auth listing as well

While it wouldn't fix the supabase-auth issue, is it possible to always convert the email to lowercase in your client?

@Preetam7064 @MeyerOppelt emails are always treated as case-insensitive in supabase auth - we don't have plans on making them case sensitive

@Preetam7064 @MeyerOppelt emails are always treated as case-insensitive in supabase auth - we don't have plans on making them case sensitive

Try using such email you will get as it is creating issue