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
Currently if the jwt token is expired, no way to refresh the token.
Add provision where hitting a endpoint, say /refresh with the refreshToken (which one can get when login, in addition to token) can get you the new token.
Similarly endpoint /revoke will allow revoking any token, which can be useful for logout.
The text was updated successfully, but these errors were encountered:
Currently if the jwt token is expired, no way to refresh the token.
Add provision where hitting a endpoint, say
/refresh
with the refreshToken (which one can get when login, in addition to token) can get you the new token.Similarly endpoint
/revoke
will allow revoking any token, which can be useful for logout.The text was updated successfully, but these errors were encountered: