Hey, for the password reset functionality, it wou...
# ideas-and-suggestions
f
Hey, for the password reset functionality, it would be nice if there was a way to send directly the access_token. Right now, the user receive a link, when the user clicks the link she/he's redirect to the specified returnUrl which contains the access_token (https://xxx/auth/v1/verify?token=token&type=recovery&redirect_to=http://localhost:3000). In my case, I'm building a mobile app, I don't have a server where I can redirect my user.
k
You need to setup deeplink in ur app and from supabase settings, you could add that deeplink and then supabase will redirect to your app.
f
Thanks for sharing I'll have a look at it