JSON Web Token based authentication for Django REST framework
Project description
JSON Web Token Authentication support for Django REST Framework
Full documentation for the project is available at docs.
Overview
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:
Requirements
Python (2.7, 3.2, 3.3, 3.4)
Django (1.6, 1.7)
Django REST Framework (2.4.3, 2.4.4, 3.0.0)
Installation
Install using pip…
$ pip install djangorestframework-jwt
Documentation & Support
Full documentation for the project is available at docs.
You may also want to follow the author on Twitter.