LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
django_mfa3.egg-info/PKG-INFO
django_mfa3.egg-info/SOURCES.txt
django_mfa3.egg-info/dependency_links.txt
django_mfa3.egg-info/requires.txt
django_mfa3.egg-info/top_level.txt
mfa/__init__.py
mfa/admin.py
mfa/decorators.py
mfa/fido2.py
mfa/forms.py
mfa/middleware.py
mfa/mixins.py
mfa/models.py
mfa/totp.py
mfa/urls.py
mfa/views.py
mfa/locale/de/LC_MESSAGES/django.mo
mfa/locale/de/LC_MESSAGES/django.po
mfa/migrations/0001_initial.py
mfa/migrations/0002_mfakey_last_code.py
mfa/migrations/__init__.py
mfa/static/mfa/fido2.js
mfa/templates/mfa/auth_FIDO2.html
mfa/templates/mfa/auth_TOTP.html
mfa/templates/mfa/create_FIDO2.html
mfa/templates/mfa/create_TOTP.html
mfa/templates/mfa/mfakey_confirm_delete.html
mfa/templates/mfa/mfakey_list.html
mfa/templatetags/__init__.py
mfa/templatetags/mfa.py
tests/__init__.py
tests/manage.py
tests/settings.py
tests/tests.py
tests/urls.py