Validate invalid token on reset password
If i sendResetPassword url and click it - token is validating and if is valid redirect to provided url if not returning query params with error. It's ok.
But what if i enter to to reset password page and I provide bad token manualy? I don't know if my token is valid or not? How can i check it?
I think checking in client.resetPassword({newPassword, token}) is too late.
0 Replies