LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
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/js/register.js
example/django_simple_third_party_jwt_example/dev_dashboard/static/stylesheets/login.css
example/django_simple_third_party_jwt_example/dev_dashboard/templates/base.html
example/django_simple_third_party_jwt_example/dev_dashboard/templates/dashboard/dashboard.html
example/django_simple_third_party_jwt_example/dev_dashboard/templates/dashboard/register.html
example/django_simple_third_party_jwt_example/dev_dashboard/templates/dashboard/register_done.html
example/django_simple_third_party_jwt_example/dev_dashboard/templates/registration/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/serializers.py
src/django_simple_third_party_jwt/tests.py
src/django_simple_third_party_jwt/urls.py
src/django_simple_third_party_jwt/views.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
tests/test_django_simple_third_party_jwt.py