We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current method signature is: UserBuilder setBcryptPasswordHash(String value, String salt, int workFactor);
UserBuilder setBcryptPasswordHash(String value, String salt, int workFactor);
I would like: UserBuilder setBcryptPasswordHash(String bcryptHash);
UserBuilder setBcryptPasswordHash(String bcryptHash);
This could be a simple regex helper: https://scastie.scala-lang.org/zmRzhIWYTuaXbeMQZ2q36w
UserBuilder
No response
The text was updated successfully, but these errors were encountered:
arvindkrishnakumar-okta
No branches or pull requests
Describe the feature request?
The current method signature is:
UserBuilder setBcryptPasswordHash(String value, String salt, int workFactor);
I would like:
UserBuilder setBcryptPasswordHash(String bcryptHash);
This could be a simple regex helper: https://scastie.scala-lang.org/zmRzhIWYTuaXbeMQZ2q36w
New or Affected Resource(s)
UserBuilder
Provide a documentation link
No response
Additional Information?
No response
The text was updated successfully, but these errors were encountered: