Any up to date resources on how to implement password reset flow in a react-native expo app?

Trying to redirect from password reset email link and deeplink into a password update page on my react-native expo app. Is this possible? Can't find any up to date resources on this or any relevant info on the supabase docs.
2 Replies
OakRatos
OakRatos5d ago
@cherub use supabase.auth.resetPasswordForEmail() with a redirectTo deeplink URL, then handle it in the app using Expo’s Linking API or expo-router deep linking to navigate to the reset page.
cherub
cherubOP4d ago
thank you!

Did you find this page helpful?