LICENSE
MANIFEST.in
README.rst
setup.py
django_mfa_2025/__init__.py
django_mfa_2025/admin.py
django_mfa_2025/apps.py
django_mfa_2025/forms.py
django_mfa_2025/middleware.py
django_mfa_2025/models.py
django_mfa_2025/otp.py
django_mfa_2025/totp.py
django_mfa_2025/urls.py
django_mfa_2025/utils.py
django_mfa_2025/views.py
django_mfa_2025.egg-info/PKG-INFO
django_mfa_2025.egg-info/SOURCES.txt
django_mfa_2025.egg-info/dependency_links.txt
django_mfa_2025.egg-info/requires.txt
django_mfa_2025.egg-info/top_level.txt
django_mfa_2025/migrations/0001_initial.py
django_mfa_2025/migrations/0002_auto_20160706_1421.py
django_mfa_2025/migrations/0003_change_secret_code_max_length.py
django_mfa_2025/migrations/__init__.py
django_mfa_2025/static/style.css
django_mfa_2025/static/django_u2f/django_u2f.js
django_mfa_2025/static/django_u2f/u2f-api.js
django_mfa_2025/templates/u2f_base.html
django_mfa_2025/templates/django_mfa_2025/base.html
django_mfa_2025/templates/django_mfa_2025/configure.html
django_mfa_2025/templates/django_mfa_2025/disable_mfa.html
django_mfa_2025/templates/django_mfa_2025/enable_mfa.html
django_mfa_2025/templates/django_mfa_2025/login_verify.html
django_mfa_2025/templates/django_mfa_2025/recovery_codes.html
django_mfa_2025/templates/django_mfa_2025/security.html
django_mfa_2025/templates/django_mfa_2025/verify_second_factor.html
django_mfa_2025/templates/django_mfa_2025/verify_second_factor_mfa.html
django_mfa_2025/templates/u2f/add_key.html
django_mfa_2025/templates/u2f/base.html
django_mfa_2025/templates/u2f/key_list.html
django_mfa_2025/templates/u2f/verify_second_factor_u2f.html
django_mfa_2025/templatetags/__init__.py
django_mfa_2025/templatetags/otp_tags.py