Handling password by Auth0

Hi,

I would like to let user able to delete his user account. To get the account deleted, the user has to enter the password. But the problem is, I don’t want to manipulate the user password or calling an API to validate the password.

How do I let Auth0 handles the password without using our web application?

Hi @charles.nguyen-viet,

You can implement Step-up Authentication to require user authentication for access to a protected page.

I hope this helps!

Thanks,
Rueben

1 Like

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