MANIFEST.in README.md setup.cfg setup.py django_mfa2.egg-info/PKG-INFO django_mfa2.egg-info/SOURCES.txt django_mfa2.egg-info/dependency_links.txt django_mfa2.egg-info/not-zip-safe django_mfa2.egg-info/requires.txt django_mfa2.egg-info/top_level.txt mfa/ApproveLogin.py mfa/Common.py mfa/Email.py mfa/FIDO2.py mfa/TrustedDevice.py mfa/U2F.py mfa/__init__.py mfa/admin.py mfa/apps.py mfa/helpers.py mfa/middleware.py mfa/models.py mfa/recovery.py mfa/tests.py mfa/totp.py mfa/urls.py mfa/views.py mfa/migrations/0001_initial.py mfa/migrations/0002_user_keys_key_type.py mfa/migrations/0003_auto_20181114_2159.py mfa/migrations/0004_user_keys_enabled.py mfa/migrations/0005_auto_20181115_2014.py mfa/migrations/0006_trusted_devices.py mfa/migrations/0007_auto_20181230_1549.py mfa/migrations/0008_user_keys_last_used.py mfa/migrations/0009_user_keys_owned_by_enterprise.py mfa/migrations/0010_auto_20201110_0557.py mfa/migrations/0011_auto_20210530_0622.py mfa/migrations/__init__.py mfa/static/mfa/css/bootstrap-toggle.min.css mfa/static/mfa/js/bootstrap-toggle.min.js mfa/static/mfa/js/cbor.js mfa/static/mfa/js/qrious.min.js mfa/static/mfa/js/u2f-api.js mfa/static/mfa/js/ua-parser.min.js mfa/templates/MFA.html mfa/templates/mfa_base.html mfa/templates/mfa_check.html mfa/templates/modal.html mfa/templates/select_mfa_method.html mfa/templates/ApproveLogin/Add.html mfa/templates/Email/Add.html mfa/templates/Email/Auth.html mfa/templates/Email/mfa_email_token_template.html mfa/templates/Email/recheck.html mfa/templates/FIDO2/Add.html mfa/templates/FIDO2/Auth.html mfa/templates/FIDO2/recheck.html mfa/templates/RECOVERY/Add.html mfa/templates/RECOVERY/Auth.html mfa/templates/RECOVERY/recheck.html mfa/templates/TOTP/Add.html mfa/templates/TOTP/Auth.html mfa/templates/TOTP/recheck.html mfa/templates/TrustedDevices/Add.html mfa/templates/TrustedDevices/Done.html mfa/templates/TrustedDevices/email.html mfa/templates/TrustedDevices/start.html mfa/templates/TrustedDevices/user-agent.html mfa/templates/U2F/Add.html mfa/templates/U2F/Auth.html mfa/templates/U2F/recheck.html