AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
dev-requirements.in
requirements-no-django.in
requirements.in
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/views.py
microsoft_auth/migrations/0001_initial.py
microsoft_auth/migrations/__init__.py
tests/__init__.py
tests/settings.py
tests/test_backends.py
tests/test_client.py
tests/test_conf.py
tests/test_context_processors.py
tests/test_models.py
tests/test_views.py
tests/urls.py