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
I am getting {"error":"Token is expired."} on hitting the same token can you please tell me how to refresh the old token without making a login request
The text was updated successfully, but these errors were encountered:
You need to understand JWT https://tools.ietf.org/html/rfc7519 first.
In order to refresh your token you need to use the "refresh" token instead.
You are free to look inside each file and see how it works before open an issue.
I am getting {"error":"Token is expired."} on hitting the same token can you please tell me how to refresh the old token without making a login request
The text was updated successfully, but these errors were encountered: