vt-middleware / passay

Password policy enforcement for Java.
http://www.passay.org
Other
282 stars 64 forks source link

Modify API to support BCrypt password history. #77

Closed dfish3r closed 6 years ago

dfish3r commented 6 years ago

Deprecating the old constructor allows us to stay API compatible. See #76.

serac commented 6 years ago

Looks good.