Socket
Socket
Sign inDemoInstall

djangorestframework-jwt

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    djangorestframework-jwt

JSON Web Token based authentication for Django REST framework


Maintainers
1

Readme

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:

  • DjangoCon 2014 - JSON Web Tokens Video_ | Slides_
  • Auth with JSON Web Tokens_
  • JWT.io_

Requirements

  • Python (2.7, 3.3, 3.4, 3.5)
  • Django (1.8, 1.9, 1.10, 1.11)
  • Django REST Framework (3.0, 3.1, 3.2, 3.3, 3.4, 3.5)

Installation

Install using pip\ ...

.. code:: bash

$ 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.

.. _docs: http://getblimp.github.io/django-rest-framework-jwt .. _JSON Web Token Authentication: http://tools.ietf.org/html/draft-ietf-oauth-json-web-token .. _Django REST framework: http://django-rest-framework.org/ .. _Video: https://www.youtube.com/watch?v=825hodQ61bg .. _Slides: https://speakerdeck.com/jpadilla/djangocon-json-web-tokens .. _Auth with JSON Web Tokens: http://jpadilla.com/post/73791304724/auth-with-json-web-tokens .. _JWT.io: http://jwt.io/ .. _author: https://twitter.com/blimp

.. |build-status-image| image:: https://secure.travis-ci.org/GetBlimp/django-rest-framework-jwt.svg?branch=master :target: http://travis-ci.org/GetBlimp/django-rest-framework-jwt?branch=master .. |pypi-version| image:: https://img.shields.io/pypi/v/djangorestframework-jwt.svg :target: https://pypi.python.org/pypi/djangorestframework-jwt

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc