Simple JWT is a JSON Web Token authentication plugin for the Django REST Framework.
For full documentation, visit django-rest-framework-simplejwt.readthedocs.io.
Contribute translations directly with PRs or via inlang https://inlang.com/editor/github.com/jazzband/djangorestframework-simplejwt
cd [project directory]
mkvirtualenv simplejwt
workon simplejwt
pip install --upgrade pip
pip install .
pip install -e .[test,doc,lint,dev,python-jose,crypto]
pip install pytest
pytest tests
pytest -s tests (don't suppress printouts in test cases)