You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2020. It is now read-only.
RefreshJSONWebToken endpoint does not extend the expiration_timestamp with respect to the JWT_REFRESH_EXPIRATION_DELTA.
am i having only problem or what .???
token exp is extend with respect to JWT_EXPIRATION_DELTA rather than JWT_REFRESH_EXPIRATION_DELTA.
please help out
The text was updated successfully, but these errors were encountered:
I have the same issue. I have bellow configuration. I expect that after 30s the token expiration. The refresh token api can get a new token with in 7 days. But it was not worked as it. 'JWT_EXPIRATION_DELTA': datetime.timedelta(seconds=30), 'JWT_ALLOW_REFRESH': True, 'JWT_REFRESH_EXPIRATION_DELTA': datetime.timedelta(days=7),
{ "non_field_errors": [ "Signature has expired." ] }
RefreshJSONWebToken endpoint does not extend the expiration_timestamp with respect to the JWT_REFRESH_EXPIRATION_DELTA.
am i having only problem or what .???
token exp is extend with respect to JWT_EXPIRATION_DELTA rather than JWT_REFRESH_EXPIRATION_DELTA.
please help out
The text was updated successfully, but these errors were encountered: