Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

jpadilla/django-rest-framework-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4021e0b · Aug 13, 2019
Aug 13, 2019
Sep 15, 2017
Oct 5, 2017
Oct 5, 2017
Sep 28, 2017
Sep 28, 2017
Sep 28, 2017
Mar 22, 2017
Mar 7, 2015
Aug 13, 2019
Aug 13, 2019
Jun 12, 2015
Sep 15, 2017
Sep 15, 2017
Aug 13, 2019
Sep 28, 2017

Repository files navigation

REST framework JWT Auth


Notice

This project is currently unmaintained. Check #484 for more details and suggested alternatives.


build-status-image pypi-version

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.3, 3.4, 3.5, 3.6)
  • Django (1.8, 1.9, 1.10, 1.11)
  • Django REST Framework (3.1, 3.2, 3.3, 3.4, 3.5, 3.6)

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.