.bandit.yml
.codeclimate.json
.editorconfig
.gitignore
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
README.rst
pyproject.toml
.bin/format-code
.bin/lint-code
.bin/update-requirements
.bin/lib/common.sh
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/release.yml
.vscode/launch.json
.vscode/tasks.json
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/requires.txt
django_microsoft_auth.egg-info/top_level.txt
docs/.gitignore
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/.gitignore
microsoft_auth/__init__.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/dj3.2-requirements.txt
reqs/dj4.0-requirements.txt
reqs/dj4.1-requirements.txt
tests/__init__.py
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/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