As far as I understand the feature where a magic link is sent if there was an attempt to register an already existing user has not been implemented yet. Here is the open issue https://github.com/supabase/gotrue/issues/286
n
Needle
04/19/2022, 10:17 AM
Hello @Evaldas_B!
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.
m
meera_datey
04/20/2022, 1:43 AM
Any ETA or workaround we can deploy for now?
n
Needle
04/20/2022, 1:43 AM
Evaldas_B (2022-04-19)
e
Evaldas_B
04/20/2022, 8:34 AM
I've seen people creating a table that contains all the existing emails and checking before signUp() if the provided email is not in that table. That would expose all your registered user emails.