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
Auto refresh the oauth2 token (#5)
This change uses the whole oauth2 token for authentication which
includes type, access token, refresh token and expiration (previously
only the access token was used).
By using all the info of the oauth2 token and especially the refresh
token, the oauth2 client can now seamlessly refresh the oauth2 token
when it expires.
The documentation and examples have been updated accordingly.