gcp_auth icon indicating copy to clipboard operation
gcp_auth copied to clipboard

perform background refresh of tokens

Open superfell opened this issue 1 year ago • 0 comments

This triggers a background refresh of the token once the token has less than 60 seconds left before it expires. In addition, it re-works the refresh lock to be either a single lock (as before) or a per scope lock, based on what the ServiceAccount implementation does.

fixes #90

superfell avatar Jan 08 '24 17:01 superfell