djangorestframework-simplejwt
djangorestframework-simplejwt copied to clipboard
Tokens Expiring Immediately
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.
configuration? Can you set up a project that repriduces this problem?
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