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
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
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/0003_microsoft_id_openid.py
microsoft_auth/migrations/__init__.py
microsoft_auth/static/microsoft/css/login.css
microsoft_auth/static/microsoft/js/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_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/local.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