A JSON Web Token authentication plugin for the Django REST Framework.
conda install conda-forge::djangorestframework_simplejwt
conda install conda-forge/label/cf201901::djangorestframework_simplejwt
conda install conda-forge/label/cf202003::djangorestframework_simplejwt
conda install conda-forge/label/gcc7::djangorestframework_simplejwt
Simple JWT provides a JSON Web Token authentication backend for the Django REST Framework. It aims to provide an out-of-the-box solution for JWT authentication which avoids some of the common pitfalls of the JWT specification. Assuming users of the library don't extensively and invasively subclass everything, Simple JWT's behavior shouldn't be surprising. Settings variable defaults should be safe.