Open
Description
Feature Description
When sign-up or import users from external apps/system/DB the password already hashed with some hashing algorithm like bcrypt
Describe the solution you'd like
The possibilities to override the default hashing algorithm when adding users, ex: {"encryptionScheme":"bcrypt"}
https://fusionauth.io/docs/v1/tech/apis/users#import-users
Describe alternatives you've considered
null
Additional context
I have existing application which I would use Authorizer as users and identities management microservices