What is the best way to migrate into FusionAuth?
-
We're considering how to migrate existing user databases into FusionAuth. What's the best way?
-
You can use Connectors to integrate with your old backend but this isn’t the best approach.
The best approach is to do a migration all in one step using our Import API.
If you are worried about resetting your users' passwords (justifiably!), you can implement custom password hashing if needed so that no one would need to do a password reset. See password encryptors for more info. If you use this path, you can upgrade each user's old password hash to BCrypt as users log in.