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