Hi all,When using JWT with refresh tokens, how would you go about handling JWT tokens that has expired while the request is being called?I know you could check the token before a call and get it refreshed if it has expired, but let’s say the token has not yet expired, but while in transit it expires.Should you just always send the refresh token with the request to be able to handle a refresh of the token in the case it has expired?
Submitted January 20, 2020 at 11:40AM by egodsk
No comments:
Post a Comment