Custom hash function - import possible?

Dear community, we use a special argon2-based hashing function for our customer logins.
Could we migrate to Auth0 by providing the hashing algorithm implementation (in any language you prefer) and the database?
Could we serve as a federated auth provider to enable auth0?

You could use lazy migration.

This will import the user into Auth0 with their existing password, using your custom hashing function on the legacy credentials DB and using the standard Auth0 hashing function once they are imported.

John

1 Like