4Lajf
03/27/2022, 8:13 AMhttps://<id>.supabase.co/auth/v1/verify?token=<TOKEN>&type=recovery&redirect_to=http://localhost:3000/ForgotPassword/Reset
which redirects them to
http://localhost:3000/ForgotPassword/Reset#access_token=<ACCESS_TOKEN>&expires_in=3600&refresh_token=<REFRESH_TOKEN>&token_type=bearer&type=recovery
but as soon as they're there the link becomes just http://localhost:3000/ForgotPassword/Reset#
so my code only gets the ForgotPassword/Reset#
and not the entire thing
i have http://localhost:3000/ForgotPassword/Reset
in my Additional Redirect URLs tooNeedle
03/27/2022, 8:13 AM/title
command!
We have solved your problem?
Click the button below to archive it.anothercoder
03/27/2022, 8:21 AMNeedle
03/27/2022, 8:21 AM4Lajf
03/27/2022, 9:28 AMresetPasswordForEmail()
then the event on onAuthStateChange
is SIGNED_IN
not PASSWORD_RECOVERY
anothercoder
03/27/2022, 11:30 AManothercoder
03/27/2022, 11:31 AManothercoder
03/27/2022, 11:31 AM4Lajf
03/28/2022, 10:26 AMNeedle
03/28/2022, 10:26 AM