8000 GitHub - slykar/django-rest-framework-jwt at 32067efebe5c29e8028d5c4dae84e2aabfaea56a
[go: up one dir, main page]

Skip to content

slykar/django-rest-framework-jwt

Repository files navigation

REST framework JWT Auth

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

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.

About

JSON Web Token Authentication support for Django REST Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0