drf-simplejwt · PyPI
https://pypi.org/project/drf-simplejwt23.06.2021 · INSTALLED_APPS = (... 'rest_framework_simplejwt.token_blacklist',... Also, make sure to run python manage.py migrate to run the app’s migrations. If the blacklist app is detected in INSTALLED_APPS , Simple JWT will add any generated refresh or sliding tokens to a list of outstanding tokens.
drf-simplejwt · PyPI
pypi.org › project › drf-simplejwtJun 23, 2021 · Django REST Framework (3.8, 3.9, 3.10) These are the officially supported python and package versions. Other versions will probably work. You’re free to modify the tox config and see what is possible. Installation Simple JWT can be installed with pip: pip install djangorestframework_simplejwt