django-rest-framework-expiring-tokens icon indicating copy to clipboard operation
django-rest-framework-expiring-tokens copied to clipboard

The Token Does Not Expire

Open H1bertto opened this issue 4 years ago • 0 comments

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.

H1bertto avatar Mar 17 '20 15:03 H1bertto