Nick
01/07/2022, 2:01 PMNick
01/07/2022, 2:24 PMMike92988
01/07/2022, 2:30 PMpelana
01/07/2022, 2:41 PMNick
01/07/2022, 4:51 PMsignUp
returns an obfuscated user object when trying to use an email address that already exists for security purposes. That's all good, but what is the general UX flow to use here then? I can say "Check your email" but what happens then in the case that a user is using their real email address and just happens to have forgotten they already have an account? They'll never get an email, and they'll be stuck on this screenmagpow
01/07/2022, 6:31 PMNick
01/07/2022, 6:46 PMNick
01/07/2022, 6:47 PMconst { user, session, error } = await supabase.auth.signIn({
email,
redirectTo: 'http://localhost:3000/account',
});
I'm only getting links to http://localhost:3000
Nick
01/07/2022, 6:48 PMjonny
01/07/2022, 6:53 PMjonny
01/07/2022, 6:54 PMjonny
01/07/2022, 6:57 PMmagpow
01/07/2022, 7:35 PMjarryd
01/07/2022, 8:52 PMtourdownunder
01/07/2022, 9:08 PMerinstearns
01/08/2022, 1:10 AMtourdownunder
01/08/2022, 1:23 AMFishball_Noodles
01/08/2022, 1:46 AMgaryaustin
01/08/2022, 1:49 AMFishball_Noodles
01/08/2022, 1:49 AMgaryaustin
01/08/2022, 1:51 AMHomemadesteam58
01/08/2022, 4:38 AMtourdownunder
01/08/2022, 5:52 AMmagpow
01/08/2022, 7:45 AMoliviercp
01/08/2022, 8:19 AMNam Nguyen
01/08/2022, 8:22 AMFishball_Noodles
01/08/2022, 8:31 AMMichael Ketzer | streamgeist.com
01/08/2022, 8:23 PMLukeB
01/08/2022, 8:37 PMerinstearns
01/08/2022, 8:39 PM