LICENSE
MANIFEST.in
README.md
dev-reinstall.ps1
dev-reinstall.sh
pyproject.toml
setup.cfg
setup.py
example/run-example.ps1
example/run-example.sh
example/django_simple_third_party_jwt_example/manage.py
example/django_simple_third_party_jwt_example/requirements.txt
example/django_simple_third_party_jwt_example/dev_dashboard/__init__.py
example/django_simple_third_party_jwt_example/dev_dashboard/admin.py
example/django_simple_third_party_jwt_example/dev_dashboard/apps.py
example/django_simple_third_party_jwt_example/dev_dashboard/forms.py
example/django_simple_third_party_jwt_example/dev_dashboard/models.py
example/django_simple_third_party_jwt_example/dev_dashboard/tests.py
example/django_simple_third_party_jwt_example/dev_dashboard/urls.py
example/django_simple_third_party_jwt_example/dev_dashboard/views.py
example/django_simple_third_party_jwt_example/dev_dashboard/static/js/dashboard.js
example/django_simple_third_party_jwt_example/dev_dashboard/static/js/login.js
example/django_simple_third_party_jwt_example/dev_dashboard/static/js/logout.js
example/django_simple_third_party_jwt_example/dev_dashboard/static/stylesheets/main.css
example/django_simple_third_party_jwt_example/dev_dashboard/templates/base.html
example/django_simple_third_party_jwt_example/dev_dashboard/templates/dashboard.html
example/django_simple_third_party_jwt_example/dev_dashboard/templates/login.html
example/django_simple_third_party_jwt_example/django_simple_third_party_jwt_example/__init__.py
example/django_simple_third_party_jwt_example/django_simple_third_party_jwt_example/asgi.py
example/django_simple_third_party_jwt_example/django_simple_third_party_jwt_example/settings.py
example/django_simple_third_party_jwt_example/django_simple_third_party_jwt_example/urls.py
example/django_simple_third_party_jwt_example/django_simple_third_party_jwt_example/wsgi.py
src/django_simple_third_party_jwt/__init__.py
src/django_simple_third_party_jwt/admin.py
src/django_simple_third_party_jwt/apps.py
src/django_simple_third_party_jwt/exception.py
src/django_simple_third_party_jwt/models.py
src/django_simple_third_party_jwt/settings.py
src/django_simple_third_party_jwt/tests.py
src/django_simple_third_party_jwt/urls.py
src/django_simple_third_party_jwt.egg-info/PKG-INFO
src/django_simple_third_party_jwt.egg-info/SOURCES.txt
src/django_simple_third_party_jwt.egg-info/dependency_links.txt
src/django_simple_third_party_jwt.egg-info/requires.txt
src/django_simple_third_party_jwt.egg-info/top_level.txt
src/django_simple_third_party_jwt/migrations/0001_initial.py
src/django_simple_third_party_jwt/migrations/__init__.py
src/django_simple_third_party_jwt/serilizers/__init__.py
src/django_simple_third_party_jwt/serilizers/google_login.py
src/django_simple_third_party_jwt/templates/microsoft/index.html
src/django_simple_third_party_jwt/utils/__init__.py
src/django_simple_third_party_jwt/utils/get_tokens_for_user.py
src/django_simple_third_party_jwt/utils/third_party_login.py
src/django_simple_third_party_jwt/views/__init__.py
src/django_simple_third_party_jwt/views/google/__init__.py
src/django_simple_third_party_jwt/views/google/login.py
src/django_simple_third_party_jwt/views/microsoft/__init__.py
src/django_simple_third_party_jwt/views/microsoft/auth.py
src/django_simple_third_party_jwt/views/microsoft/msal_helpers.py
src/django_simple_third_party_jwt/views/microsoft/utils.py
tests/test_django_simple_third_party_jwt.py