LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
django_metaauth.egg-info/PKG-INFO
django_metaauth.egg-info/SOURCES.txt
django_metaauth.egg-info/dependency_links.txt
django_metaauth.egg-info/requires.txt
django_metaauth.egg-info/top_level.txt
docs/source/configuration.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/usage.rst
metaauth/__init__.py
metaauth/admin.py
metaauth/apps.py
metaauth/models.py
metaauth/settings.py
metaauth/tests.py
metaauth/urls.py
metaauth/views.py
metaauth/migrations/0001_initial.py
metaauth/migrations/0002_alter_token_external_id_alter_token_token.py
metaauth/migrations/__init__.py
metaauth/templates/metaauth/error.html
metaauth/templates/metaauth/success.html
tests/__init__.py
tests/test_models.py
tests/test_settings.py
tests/test_settings_module.py
tests/test_views.py
tests/urls.py