A minimal JSON Web Token authentication plugin for Django REST Framework
Project description
A minimal JSON Web Token authentication plugin for the Django REST Framework.
Simple JWT provides a JSON Web Token authentication backend for the Django REST Framework. This project has the following goals:
Provide a minimal set of features – The aim is not to provide all features which could be implemented on top of the JWT specification.
Discourage crypto negotiation – Protocols which allow for negotiation of crypto algorithms are generally considered to be weak by design. Simple JWT assumes that most use cases will be covered by sha-256 HMAC signing with a shared secret.
Ease of installation – It should be easy to get up and running with Simple JWT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file djangorestframework_simplejwt-1.0.tar.gz
.
File metadata
- Download URL: djangorestframework_simplejwt-1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87548305980ad94b7163252ad4f554226c1b7879d8ed4fb849030a5ce94e817c |
|
MD5 | 13d9fab44cbd709a4432922f3552d6f6 |
|
BLAKE2b-256 | 74012f760fb12892639b8414d0d6f8ad191bf162757252c5b70bdaddd06ae54b |
File details
Details for the file djangorestframework_simplejwt-1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: djangorestframework_simplejwt-1.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ebdea3ada488648877a43a7ae97cf9ef39373ace4017266a5fddc34165acb1d |
|
MD5 | 92e9bb29687ba06a5c46bccc17fc493f |
|
BLAKE2b-256 | 86feb8db07fa78b1e3eacea9649148cbbd3bf386d8864ff242ad807dcd049369 |