djangorestframework-simplejwt icon indicating copy to clipboard operation
djangorestframework-simplejwt copied to clipboard

Tokens Expiring Immediately

Open oimran135 opened this issue 2 years ago • 2 comments

Although in settings.py file enough token time has been set (50 mins for access, 1 day for refresh), both of those token show "invalid" or "expired" almost immediately.

oimran135 avatar Sep 08 '22 12:09 oimran135

configuration? Can you set up a project that repriduces this problem?

Andrew-Chen-Wang avatar Sep 08 '22 21:09 Andrew-Chen-Wang

I have the opposite of this problem, where the access token never expires I've settled the expiration time to 10sec, but still, after a day or two, I can use that same token to access the view

atf98 avatar Nov 21 '22 20:11 atf98