Where are the plugin values documented?
-
I want to use a plugin for my password hashing (MD5, salted).
When I import users using the Import Users API, I don't know what value to put in the
encryptionScheme
field.I have found this reference: https://fusionauth.io/docs/v1/tech/reference/password-hashes/ but it doesn't display the values.
-
These are documented in here: https://fusionauth.io/docs/v1/tech/apis/users/#import-users
user.encryptionScheme
is the field value to look for.If you are using a custom password hasher, as outlined here: https://fusionauth.io/docs/v1/tech/plugins/custom-password-hashing/ you want to use the name that was used to bind the hashing class in the plugin module.