Skip to content

v0.126.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 10:43
· 74 commits to main since this release
d4829a6

Release v0.126.0

New Features and Improvements

  • Add PersistentAuth.ForceRefreshToken() to force-refresh cached U2M OAuth tokens and return an error instead of falling back to an existing token when refresh fails.
  • Add ErrMissingRefreshToken, returned when a token refresh is requested but the cached token has no refresh token (i.e. Token() or ForceRefreshToken()).