AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
django_sites_microsoft_auth.egg-info/PKG-INFO
django_sites_microsoft_auth.egg-info/SOURCES.txt
django_sites_microsoft_auth.egg-info/dependency_links.txt
django_sites_microsoft_auth.egg-info/not-zip-safe
django_sites_microsoft_auth.egg-info/requires.txt
django_sites_microsoft_auth.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
reqs/dev.in
reqs/lint.in
reqs/ql.in
reqs/requirements-no-django.in
reqs/requirements.in
reqs/setup.in
reqs/test.in
sites_microsoft_auth/__init__.py
sites_microsoft_auth/_version.py
sites_microsoft_auth/admin.py
sites_microsoft_auth/apps.py
sites_microsoft_auth/backends.py
sites_microsoft_auth/client.py
sites_microsoft_auth/conf.py
sites_microsoft_auth/context_processors.py
sites_microsoft_auth/models.py
sites_microsoft_auth/old_conf.py
sites_microsoft_auth/signals.py
sites_microsoft_auth/urls.py
sites_microsoft_auth/utils.py
sites_microsoft_auth/views.py
sites_microsoft_auth/migrations/0001_initial.py
sites_microsoft_auth/migrations/0002_auto_20190923_1301.py
sites_microsoft_auth/migrations/0003_auto_20190923_1511.py
sites_microsoft_auth/migrations/0004_auto_20190923_1512.py
sites_microsoft_auth/migrations/0005_auto_20190923_1514.py
sites_microsoft_auth/migrations/0006_auto_20190923_1535.py
sites_microsoft_auth/migrations/0007_auto_20200112_2129.py
sites_microsoft_auth/migrations/__init__.py
sites_microsoft_auth/static/microsoft/css/login.css
sites_microsoft_auth/static/microsoft/js/login.js
sites_microsoft_auth/templates/microsoft/admin_login.html
sites_microsoft_auth/templates/microsoft/auth_callback.html
tests/__init__.py
tests/db.sqlite3
tests/test_admin.py
tests/test_client.py
tests/test_conf.py
tests/test_context_processors.py
tests/test_models.py
tests/test_utils.py
tests/test_views.py
tests/test_zconstance.py
tests/site/__init__.py
tests/site/__main__.py
tests/site/manage.py
tests/site/settings.py
tests/site/urls.py
tests/site/templates/base.html
tests/site/templates/registration/login.html
tests/test_backends/__init__.py
tests/test_backends/test_microsoft.py
tests/test_backends/test_xbox.py