We’re using custom pages for login and registration successfully. Now we started the implementation of the reset password page. The strange thing now is that this seems to be quite different from the login/registration.
There you call the auth0-js function webAuth.login. But for the password reset we suddenly need to use Auth0ChangePassword from https://cdn.auth0.com/js/change-password-1.5.1.min.js?
Isn’t there a way to update the password using the auth0-js sdk?