Disabling expiry check in simple-jwt package

61 Views Asked by At

We previously used the following setting in django-rest-framework-jwt package to disable token expiration check:

'JWT_VERIFY_EXPIRATION': False

However now we are using django-rest-framework-simplejwt for authentication. How can we disable the expiry check in this package? I want to make sure that none of the existing tokens are invalidated because they are expired.

0

There are 0 best solutions below