python3-djangorestframework-simplejwt

JSON Web Token authentication for Django REST Framework (Python3 version)
  https://github.com/jazzband/djangorestframework-simplejwt
  0
  no reviews



Simple JWT provides a JSON Web Token authentication backend for the Django REST Framework. It aims to cover the most common use cases of JWTs by offering a conservative set of default features. It also aims to be easily extensible in case a desired feature is not present.

This package contains the Python 3 version of the library.