Skip to content

Releases: imankarimi/django-auth-protection

v1.0.3

01 Jun 10:51
Compare
Choose a tag to compare

add refresh token

v0.0.2

16 Apr 11:50
Compare
Choose a tag to compare

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 the desired feature is not present. But one of the problems is that when the users change the password, they can continue to work on the system with the previous token until it expires. This package overrides the Simple JWT to solve this problem.