Skip to content
New issue

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

UserBuilder.setBcryptPasswordHash(encryptedHash) #717

Closed
er1c opened this issue Mar 24, 2022 · 0 comments
Closed

UserBuilder.setBcryptPasswordHash(encryptedHash) #717

er1c opened this issue Mar 24, 2022 · 0 comments

Comments

@er1c
Copy link
Contributor

er1c commented Mar 24, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants