v1.1.0
🚀 django-allauth-require2fa v1.1.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.1.0 (2025-08-21)
This release is published under the MIT License.
Features
- Complete automation setup with hatchling and PyPI publishing (
44a8148)
Detailed Changes: v1.0.0...v1.1.0
🤖 Automated release with semantic-release