drf-simplejwt · PyPI
pypi.org › project › drf-simplejwtJun 23, 2021 · 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.
Simple JWT · GitHub
https://github.com/SimpleJWT24.12.2021 · Simple JWT authentication for django rest framework. - Simple JWT. Simple JWT authentication for django rest framework. - Simple JWT. Skip to content. SimpleJWT. Sign up ... Template Django server for DRF SimpleJWT for other example repositories. Python 5 MIT 1 0 10 Updated Sep 22, 2021.
drf-simplejwt · PyPI
https://pypi.org/project/drf-simplejwt23.06.2021 · The Simple JWT blacklist app implements its outstanding and blacklisted token lists using two models: OutstandingToken and BlacklistedToken. Model admins are defined for both of these models. To add a token to the blacklist, find its corresponding OutstandingToken record in the admin and use the admin again to create a BlacklistedToken record that points to the …