/django-sweet-jwt

Primary LanguagePythonMIT LicenseMIT

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