Important Security Note
Providing an ALTCHA_HMAC_KEY
value in your Django settings is now required.
https://django-altcha.readthedocs.io/en/latest/installation.html#installation
What's Changed
- Add the
ALTCHA_HMAC_KEY
setup as part of the installation #15 by @tdruez in #16 - Add a
ALTCHA_VERIFICATION_ENABLED
setting by @tdruez in #17 - Bump version to 0.3.0 for release by @tdruez in #18
Full Changelog: v0.2.0...v0.3.0