Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpadilla/django-rest-framework-jwt
JSON Web Token Authentication support for Django REST Framework
https://github.com/jpadilla/django-rest-framework-jwt
django django-rest-framework jwt python
Last synced: 3 months ago
JSON representation
JSON Web Token Authentication support for Django REST Framework
- Host: GitHub
- URL: https://github.com/jpadilla/django-rest-framework-jwt
- Owner: jpadilla
- License: mit
- Archived: true
- Created: 2014-01-16T04:54:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:30:54.000Z (about 2 years ago)
- Last Synced: 2024-05-21T01:01:22.518Z (7 months ago)
- Topics: django, django-rest-framework, jwt, python
- Language: Python
- Homepage: http://jpadilla.github.io/django-rest-framework-jwt/
- Size: 765 KB
- Stars: 3,183
- Watchers: 80
- Forks: 648
- Open Issues: 163
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-django-rest-framework - django-rest-framework-jwt - ( **currently unmaintained**, [but there is a newer fork](https://github.com/Styria-Digital/django-rest-framework-jwt) ) (Packages / Authentication)
README
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:
- DjangoCon 2014 - JSON Web Tokens `Video`_ \| `Slides`_
- `Auth with JSON Web Tokens`_
- `JWT.io`_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``\ ...
.. 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.
.. _Check #484 for more details and suggested alternatives: https://github.com/jpadilla/django-rest-framework-jwt/issues/484
.. _docs: https://jpadilla.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/jpadilla/django-rest-framework-jwt.svg?branch=master
:target: http://travis-ci.org/jpadilla/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