Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.09 KB

hibp.md

File metadata and controls

18 lines (13 loc) · 1.09 KB

Extra credit

You could add a call to the Have I Been Pwned API to discourage users from using common passwords.

Hint: I implemented this in the hibp tag in the repo.

I've used Gideon le Grange's HIBP client library, and implemented most of the code in the WebController.

Code Changes: