django-rest-framework-expiring-tokens
django-rest-framework-expiring-tokens copied to clipboard
The Token Does Not Expire
I add the:
EXPIRING_TOKEN_LIFESPAN = timedelta(minutes=1)
to test, and I did 2 GETs with a 3 minute break.
The token has not expired / changed.