Reset password with the ticket without the web widget

We are using auth0 for our mobile app. We need to implement password reset, but want to avoid having to use the management api. Is there a way for us to directly update the password for a user using the password-reset ticket that we get in the reset password email? The idea is to change the template of the reset password email so that it deeplinks into our mobile app with the reset ticket, and then our app can post the new password using the reset ticket as auth like the browser does.

Hi @stoyan,

Welcome to the Community!

If you want to reset a password by sending a request with the new password that will have to be done via the management API.

The password ticket is intended to send the user to the widget.

Hope this clears things up!
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.