django-jwt

JWT implementation for Django and Django Rest Framework


License
MIT
Install
pip install django-jwt==1.0.0

Documentation

django-jwt

PyPI pypi Badge Travis Code Climate Test Coverage Issue Count license GitHub issues Gemnasium

A package that provides JWT authentication and related functionality for django and DRF.

Installation

pip install djang-jwt If you require DRF support install the drf extras via pip install django-jwt[drf]