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.