v1.2.0
🚀 django-allauth-require2fa v1.2.0 is now available on PyPI!
📦 Installation
pip install django-allauth-require2fa
# or with uv (recommended)
uv add django-allauth-require2fa🔗 Links
🔒 Security
This package enforces site-wide Two-Factor Authentication for Django applications using django-allauth.
✨ What's New
v1.2.0 (2025-08-21)
This release is published under the MIT License.
Features
- Enable automatic changelog generation from conventional commits (
c7851c2)
Detailed Changes: v1.1.0...v1.2.0
🤖 Automated release with semantic-release