.coveragerc
.gitignore
.isort.cfg
CHANGELOG.md
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
Makefile
README.rst
codecov.yml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/test.yml
djangorestframework_simplejwt.egg-info/PKG-INFO
djangorestframework_simplejwt.egg-info/SOURCES.txt
djangorestframework_simplejwt.egg-info/dependency_links.txt
djangorestframework_simplejwt.egg-info/not-zip-safe
djangorestframework_simplejwt.egg-info/requires.txt
djangorestframework_simplejwt.egg-info/top_level.txt
docs/Makefile
docs/blacklist_app.rst
docs/conf.py
docs/creating_tokens_manually.rst
docs/customizing_token_claims.rst
docs/development_and_contributing.rst
docs/drf_yasg_integration.rst
docs/experimental_features.rst
docs/getting_started.rst
docs/index.rst
docs/rest_framework_simplejwt.rst
docs/settings.rst
docs/token_types.rst
licenses/LICENSE-django-rest-framework-jwt
licenses/LICENSE-django-rest-framework.md
rest_framework_simplejwt/__init__.py
rest_framework_simplejwt/authentication.py
rest_framework_simplejwt/backends.py
rest_framework_simplejwt/compat.py
rest_framework_simplejwt/exceptions.py
rest_framework_simplejwt/models.py
rest_framework_simplejwt/serializers.py
rest_framework_simplejwt/settings.py
rest_framework_simplejwt/state.py
rest_framework_simplejwt/tokens.py
rest_framework_simplejwt/utils.py
rest_framework_simplejwt/views.py
rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/de_CH/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/de_CH/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/es/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/es/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/es_AR/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/es_AR/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/es_CL/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/es_CL/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/id_ID/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/id_ID/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/nl_NL/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/nl_NL/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/pl_PL/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/pl_PL/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po
rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.mo
rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po
rest_framework_simplejwt/token_blacklist/__init__.py
rest_framework_simplejwt/token_blacklist/admin.py
rest_framework_simplejwt/token_blacklist/apps.py
rest_framework_simplejwt/token_blacklist/models.py
rest_framework_simplejwt/token_blacklist/management/__init__.py
rest_framework_simplejwt/token_blacklist/management/commands/__init__.py
rest_framework_simplejwt/token_blacklist/management/commands/flushexpiredtokens.py
rest_framework_simplejwt/token_blacklist/migrations/0001_initial.py
rest_framework_simplejwt/token_blacklist/migrations/0002_outstandingtoken_jti_hex.py
rest_framework_simplejwt/token_blacklist/migrations/0003_auto_20171017_2007.py
rest_framework_simplejwt/token_blacklist/migrations/0004_auto_20171017_2013.py
rest_framework_simplejwt/token_blacklist/migrations/0005_remove_outstandingtoken_jti.py
rest_framework_simplejwt/token_blacklist/migrations/0006_auto_20171017_2113.py
rest_framework_simplejwt/token_blacklist/migrations/0007_auto_20171017_2214.py
rest_framework_simplejwt/token_blacklist/migrations/0008_migrate_to_bigautofield.py
rest_framework_simplejwt/token_blacklist/migrations/0010_fix_migrate_to_bigautofield.py
rest_framework_simplejwt/token_blacklist/migrations/0011_linearizes_history.py
rest_framework_simplejwt/token_blacklist/migrations/__init__.py
tests/__init__.py
tests/conftest.py
tests/keys.py
tests/models.py
tests/test_authentication.py
tests/test_backends.py
tests/test_integration.py
tests/test_models.py
tests/test_serializers.py
tests/test_token_blacklist.py
tests/test_tokens.py
tests/test_utils.py
tests/test_views.py
tests/urls.py
tests/utils.py
tests/views.py