Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 481 Bytes

README.rst

File metadata and controls

29 lines (20 loc) · 481 Bytes

SweetJWT

Overview

This package provides JSON Web Token Authentication support for Django REST framework.

Requirements

  • Python (2.7, 3+)
  • Django (1.8, 1.9, 1.10, 1.11, 2+)
  • Django REST Framework (3.1, 3.2, 3.3, 3.4, 3.5, 3.6, +)

Installation

Install using pip...

$ pip install djangosweet-jwt

Credit to

  • jpadilla author of djangorestframework-jwt