JSON Web Token Authentication support for Django REST Framework
This package provides JSON Web Token Authentication support for Django REST framework.
If you want to know more about JWT, check out the following resources:
- DjangoCon 2014 - JSON Web Tokens Video | Slides
- Auth with JSON Web Tokens
- JWT.io
- Python 2.7, 3.4, 3.5, 3.6
- Django 1.11, 2.0, 2.1, 2.2
- Django REST Framework 3.7.x, 3.8.x
$ pip install drf-jwt
Full documentation for the project is available at docs.