You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only support validation of existing Argon2 password hashes. To be able to migrate a user's password to Argon2, the implementation of the two methods encode and encodedCredential in the ArgonPasswordHashProvider class is required.
If we want to support custom parameters (which argon version, salt length, etc), we would need to implement custom PasswordPolicyProvider as well.
The text was updated successfully, but these errors were encountered:
Currently we only support validation of existing Argon2 password hashes. To be able to migrate a user's password to Argon2, the implementation of the two methods encode and encodedCredential in the ArgonPasswordHashProvider class is required.
If we want to support custom parameters (which argon version, salt length, etc), we would need to implement custom PasswordPolicyProvider as well.
The text was updated successfully, but these errors were encountered: