Hi m trying to use the reset password feature. l r...
# help
l
Hi m trying to use the reset password feature. l receive the email, and when i click it it redirects me to my 'update-password' page successfully. but l am not sure how to capture the token from that URL before it gets redirected to my app is there way to fetch the URL being sent to the user so that i can capture the token from it?
this github issue was useful: https://github.com/supabase/gotrue-js/issues/39 apparently the way to do this is > *supabaseClient.auth.update({ password }) * instead of: > **upabase.auth.api > .updateUser(access_token, { password : new_password })**