Migrating from Auth0 without resetting passwords
The biggest fear when switching auth providers is the dreaded "please reset your password" email. With Logto, your users never need to see one.
Logto supports importing password hashes directly, including Bcrypt, Argon2, MD5, SHA1, SHA256, and PBKDF2. A legacy option accepts any other hash format supported by Node.js. Export your user data from Auth0 and bulk-import it into Logto with the Management API.
When users log in for the first time after the migration, Logto validates the old password hash and automatically re-hashes it with the modern Argon2 algorithm. Your users won't notice a thing.
Read the user migration guide →Every migration is a little different. If the guide doesn't cover your case, talk to us and tell us what you need.