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
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?