How are users stored in auth0 database

Hi!
How are users email addresses stored? Are they encrypted or stored in plain text?
If I want to store users in an external store, what do you recommend as a security layer for the email addresses?

Hey there!

What I would recommend is to use our step by step docs regarding that topic. You can find more about it here:

and the Auth0-hosted database is highly secure. Passwords are never stored or logged in plain text but are hashed with bcrypt . Varying levels of password security requirements can also be enforced. To learn more, read Password Strength in Auth0 Connections

Thank you for your reply.
Are users’ email addresses stored in plain text?

It’s not mentioned in the doc. Reached out to our engineering team to confirm that.

Hey there!

The email aren’t hashed.

@konrad.sopala thank you!

No worries! We are here for you!