Contents

djangorestframework-simplejwt 5.3.1

0

A minimal JSON Web Token authentication plugin for Django REST Framework

A minimal JSON Web Token authentication plugin for Django REST Framework

Stars: 3834, Watchers: 3834, Forks: 653, Open Issues: 167

The jazzband/djangorestframework-simplejwt repo was created 7 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 3834 github stars!

How to Install djangorestframework-simplejwt

You can install djangorestframework-simplejwt using pip

pip install djangorestframework-simplejwt

or add it to a project with poetry

poetry add djangorestframework-simplejwt

Package Details

Author
David Sanders
License
MIT
Homepage
https://github.com/jazzband/djangorestframework-simplejwt
PyPi:
https://pypi.org/project/djangorestframework-simplejwt/
GitHub Repo:
https://github.com/jazzband/djangorestframework-simplejwt

Classifiers

  • Internet/WWW/HTTP
No  djangorestframework-simplejwt  pypi packages just yet.

Errors

A list of common djangorestframework-simplejwt errors.

Code Examples

Here are some djangorestframework-simplejwt code examples and snippets.

GitHub Issues

The djangorestframework-simplejwt package has 167 open issues on GitHub

  • How to archive the two cookie split with simple jwt?
  • Make the token serializer configurable
  • If the blacklist app is enabled mark rotated refresh tokens as outstanding
  • Make available for django 4 and latest versions of DRF
  • Discussion tab
  • Fixed issue #363
  • Auto update locale files after pushing changes to master
  • Relax pyjwt dependency contraint
  • Not responding to requests using form-data
  • Add JWT httpOnly cookie storage.

See more issues on GitHub

Related Packages & Articles