Hello Is there a proper way to check if a user ex...
# help
b
Hello Is there a proper way to check if a user exists on the database when doing a sign up?
n
Hello @bill92! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
Supabase in general does not want to disclose if the email/user exists as a security issue. You can certainly have a function check if email is already there, but security tradeoffs start with is it from a controlled server API call or a client call. Here was a thread on this: https://discord.com/channels/839993398554656828/951961526875594762/952232976668819507
n
bill92 (2022-04-09)