Entries published on June 18, 2018
Checking if you’re pwned (with Django)
Back in March I announced the release of a couple security-related projects for Django, one that implements the Referrer-Policy
header, and one that uses the Pwned Passwords database of Have I Been Pwned to check users’ passwords.
Today I’ve bumped the version and rolled a new release of pwned-passwords-django; if you’re reading this, version 1.2 is on the Python Package Index, and is only a pip install
away. And, of course, there’s full documentation available on how to use it.
(technically, 1.2.1 is now the version on PyPI, because I messed up something in the changelog, didn’t catch …