andrewlock / PwnedPasswords

An ASP.NET Core Identity validator that checks for PwnedPasswords
MIT License
103 stars 12 forks source link

Allow setting the minimum password frequency to consider a password pwned #9

Closed andrewlock closed 5 years ago

andrewlock commented 5 years ago

Added additional options configuration object for PwnedPasswordsClient for this reason. Make things a bit messy but it's probably the only reasonable option (+ might need to add more options down the line)

Fixes #8