.gitignore
.readthedocs.yaml
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
README.rst
manage.py
pyproject.toml
requirements-test.txt
requirements.txt
setup.cfg
setup.py
tox.ini
django_otp_u2f.egg-info/PKG-INFO
django_otp_u2f.egg-info/SOURCES.txt
django_otp_u2f.egg-info/dependency_links.txt
django_otp_u2f.egg-info/not-zip-safe
django_otp_u2f.egg-info/requires.txt
django_otp_u2f.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
otp_u2f/__init__.py
otp_u2f/admin.py
otp_u2f/apps.py
otp_u2f/forms.py
otp_u2f/models.py
otp_u2f/urls.py
otp_u2f/utils.py
otp_u2f/views.py
otp_u2f/migrations/0001_initial.py
otp_u2f/migrations/0002_webauthn.py
otp_u2f/migrations/__init__.py
otp_u2f/static/js/base64url-arraybuffer.js
otp_u2f/static/js/cbor.js
otp_u2f/templates/kleides_mfa/device_u2f_create_form.html
otp_u2f/templates/kleides_mfa/device_u2f_verify_form.html
tests/__init__.py
tests/conftest.py
tests/factories.py
tests/settings.py
tests/test_kleides_mfa.py
tests/test_webauthn.py