Skip to content

v1.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Aug 20:57

🚀 django-allauth-require2fa v1.2.2 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.2 (2025-08-22)

This release is published under the MIT License.

Bug Fixes

  • ci: Fix commitizen tool invocation in validation workflow (03e846a)

Detailed Changes: v1.2.1...v1.2.2


🤖 Automated release with semantic-release