pwned-passwords-django
pwned-passwords-django copied to clipboard
Utilities for working with the Pwned Passwords database from Django.
To repro view the result of `https://api.pwnedpasswords.com/range/D95BE`, which contains `D2DC6572B8419EFAFA03DEEF501F1AA32C2:1,352` and `FAFB8A7D40893D2FB8F67FACB0E982DBC3B:1,034` as of now.
Fix for #35 and #36 by forcing the removal of commas from times before parsing
This pull request proposes adding a setting to configure the base URL of the PwnedPasswords API, which enables a use-case that I have for using this package together with a...