Password Recovery

How to create a better experience for whitelabel password recovery.

If you are re-creating all the authentication pages for your company, it will be necessary to redirect the customer, from the password recovery e-mail to your platform. To do that, we can add your URL for the page who is ready to receive the token to be validated. The hash will be sent as a query string as the example below:

https://www.yoursite.com/recovering-password?hash=example4g3f54ug6fy45f64fy45h3jgf56h4f&[email protected]

The email from the customer who requested the recovery will be sent as well, so you can validate the usertoken sent to your page, you can use the API for token validation.