How to hash of password to Auth0 database

On Automatic Migration proccess, when user logs in, and it’s credentials are validated on external db, the next step is Store User and Hash of password in Auth0 database.
(https://auth0.com/blog/technical-strategies-for-migrating-users-to-auth0/)

My question is, how Auth0 expects my hash? Which algorith? Salted? etc

Hi @dudumonteiro,

Welcome to the Auth0 Community!

If you have migration toggled on, Auth0 will automatically hash and store the password if the login script is completed successfully. There is no need for you to manually store the password in Auth0.

2 Likes