LICENSE
MANIFEST.in
README.md
dev-create-conda-env.sh
dev-reinstall.sh
dev-remove-conda-env.sh
pyproject.toml
setup.cfg
setup.py
example/django_simple_third_party_jwt_dev_dashboard_example/manage.py
example/django_simple_third_party_jwt_dev_dashboard_example/requirements.txt
example/django_simple_third_party_jwt_dev_dashboard_example/django_simple_third_party_jwt_dev_dashboard_example/__init__.py
example/django_simple_third_party_jwt_dev_dashboard_example/django_simple_third_party_jwt_dev_dashboard_example/asgi.py
example/django_simple_third_party_jwt_dev_dashboard_example/django_simple_third_party_jwt_dev_dashboard_example/settings.py
example/django_simple_third_party_jwt_dev_dashboard_example/django_simple_third_party_jwt_dev_dashboard_example/urls.py
example/django_simple_third_party_jwt_dev_dashboard_example/django_simple_third_party_jwt_dev_dashboard_example/wsgi.py
src/django_simple_third_party_jwt_dev_dashboard/__init__.py
src/django_simple_third_party_jwt_dev_dashboard/admin.py
src/django_simple_third_party_jwt_dev_dashboard/apps.py
src/django_simple_third_party_jwt_dev_dashboard/forms.py
src/django_simple_third_party_jwt_dev_dashboard/models.py
src/django_simple_third_party_jwt_dev_dashboard/settings.py
src/django_simple_third_party_jwt_dev_dashboard/tests.py
src/django_simple_third_party_jwt_dev_dashboard/urls.py
src/django_simple_third_party_jwt_dev_dashboard/views.py
src/django_simple_third_party_jwt_dev_dashboard.egg-info/PKG-INFO
src/django_simple_third_party_jwt_dev_dashboard.egg-info/SOURCES.txt
src/django_simple_third_party_jwt_dev_dashboard.egg-info/dependency_links.txt
src/django_simple_third_party_jwt_dev_dashboard.egg-info/requires.txt
src/django_simple_third_party_jwt_dev_dashboard.egg-info/top_level.txt
src/django_simple_third_party_jwt_dev_dashboard/templates/base.html
src/django_simple_third_party_jwt_dev_dashboard/templates/login.html
src/django_simple_third_party_jwt_dev_dashboard/templates/dashboard/dashboard.html
tests/test_django_simple_third_party_jwt.py