Validate username and password without token

Hi

In one of my scenario ,that is change password section, first I need to check the user entered current password is correct or not ? only need to give permission for change password if the old password is correct.

How can I check the password entered is correct with out creating token again ?

Is there any other api for this?

Hey there @monika.prakash, welcome back!

Given Auth0 doesn’t expose the user’s password, there may not be any way around this other than doing something like outlined in this post:

Hope this helps!

Hi @tyf ,

Thankyou :slight_smile:

I need to confirm that there is any other method other than /oauth/token endpoint.
Now I got confirmed.

Thank you for your response

1 Like

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