Not getting password in api return

I am playing with the auth0 api, I was able to perform some CRUD operations it was awesome but the problem am having is the user content am getting from auth0 doesn’t include user password why please??

@deenibuba,

Welcome to the Auth0 Community!

Passwords are hashed and never stored in plain text. There is no way to retrieve a user’s password after it is created.

Thanks for the info, that will be using auth0’s db by default :cowboy_hat_face:

1 Like

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