Reset password question`
Assuming we are using a forgot password | reset password flow. Everything makes sense up until you get redirected to a url. When sending the new password using
I have seen previously that you can pass the access_token into the updateUser function but in v2 that is no longer the case. So what do you do when the user is trying to do a password reset and doesn't have a current session going?
updateUser({password: 'some_password'}), where do you add in the access_token and other info from the url?I have seen previously that you can pass the access_token into the updateUser function but in v2 that is no longer the case. So what do you do when the user is trying to do a password reset and doesn't have a current session going?