AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
django_microsoft_auth.egg-info/PKG-INFO
django_microsoft_auth.egg-info/SOURCES.txt
django_microsoft_auth.egg-info/dependency_links.txt
django_microsoft_auth.egg-info/not-zip-safe
django_microsoft_auth.egg-info/requires.txt
django_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
microsoft_auth/__init__.py
microsoft_auth/_version.py
microsoft_auth/admin.py
microsoft_auth/apps.py
microsoft_auth/backends.py
microsoft_auth/client.py
microsoft_auth/conf.py
microsoft_auth/context_processors.py
microsoft_auth/models.py
microsoft_auth/urls.py
microsoft_auth/utils.py
microsoft_auth/views.py
microsoft_auth/migrations/0001_initial.py
microsoft_auth/migrations/0002_fix_microsoft_id_length.py
microsoft_auth/migrations/__init__.py
microsoft_auth/static/microsoft/css/admin_login.css
microsoft_auth/static/microsoft/js/admin_login.js
microsoft_auth/templates/microsoft/admin_login.html
microsoft_auth/templates/microsoft/auth_callback.html
reqs/dev.in
reqs/lint.in
reqs/ql.in
reqs/requirements-no-django.in
reqs/requirements.in
reqs/setup.in
reqs/test.in
tests/__init__.py
tests/db.sqlite3
tests/test_admin.py
tests/test_apps.py
tests/test_backends.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/site/__init__.py
tests/site/__main__.py
tests/site/local.py
tests/site/manage.py
tests/site/settings.py
tests/site/urls.py