google / oauth2l

oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
651 stars 81 forks source link

Improve handling of expired access tokens in cache #101

Closed andyrzhao closed 4 years ago

andyrzhao commented 4 years ago
  1. Do not return expired access tokens from the cache to the user.
  2. Automatically refresh expired access token via refresh token, if "refresh" option is enabled.