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
The current service authorization client gets a new token and stores the expires_at but does not properly handle refreshing the cache token if it's expired.
I'd propose we update the getAccessToken() method to check the expires time and refreshes the token if needed. This will make it so that getAccessToken is now always returning a valid token.
The text was updated successfully, but these errors were encountered:
The current service authorization client gets a new token and stores the
expires_at
but does not properly handle refreshing the cache token if it's expired.I'd propose we update the
getAccessToken()
method to check the expires time and refreshes the token if needed. This will make it so thatgetAccessToken
is now always returning a valid token.The text was updated successfully, but these errors were encountered: