Migrating users from in-house system to FusionAuth
-
I am investigating the possibility of migrating an in-house auth system to FusionAuth, the existing system uses PBKDF2-SHA1 as the password encryption algorithm, but as far as I can see that is not supported by FusionAuth.
What is the recommended approach to migrating the users over?
I should add this is in a dotnet C# environment -
You can implement any password hashing scheme as a plugin and load it into FusionAuth. Then you simply migrate the user using new scheme. There is a tutorial on that matter in the docs.