Skip to content

Password reset method

With the "Password reset" method, you can implement the final step of the password reset flow in your application.

After the user clicks on the link from the email sent by the "Request password reset" method, they will be redirected to your specified page with a reset token in the query parameters.

This method uses that token to set the new password.

Parameters

  • Password: This is a required function field where you can return the user's new password.

NOTE

The reset token is automatically extracted from the URL query parameters. Make sure the user lands on this page from the password reset email link.

Password reset request