Feature:
Allow automatic redirect post successful Password reset
Description: If redirect url provided User should be automatically redirected to provided url on successful reset of password.
Use-case:
When we create user using Management APIs, we create a hashed password for the user which we would like the user to change their password on first login. We achieve this by creating a Post User registration hook which sends the combined email (email+password reset). When user changes their password, on success they are displayed a success message and a button to be taken back to web.
The automatic redirect would do away the need for this useless click and make the overall user flow more integrated.