TWCManager icon indicating copy to clipboard operation
TWCManager copied to clipboard

Better token expiration handling

Open MikeBishop opened this issue 1 year ago • 0 comments

Now that we have the code to parse the JWTs, we don't have to assume the length of a token's duration -- we can read it. We can also respond to 401 errors by refreshing the token instead of continuing to fail until what we thought was the expriation time.

MikeBishop avatar May 09 '24 14:05 MikeBishop