Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.4 KB

REST framework JWT Auth

Build Status Coverage

JSON Web Token Authentication support for Django REST Framework

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.4+
  • Django 1.11+
  • Django REST Framework 3.7+

Installation

$ pip install drf-jwt

Documentation & Support

Full documentation for the project is available at docs.