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?