Releases: googleworkspace/apps-script-oauth2
Releases · googleworkspace/apps-script-oauth2
Handle alternate expires_in used by Zoho
34 1.34.0
Add support for additional JWT claims
33 1.33.0
Add support for arbitrary redirect URIs
Needed for eBay's OAuth flow.
Add support for custom callback parameters
Allows developers to set additional parameters in the state token.
Improving locking, caching
- Remove last usage of
Utilities.formatString
, in favor of string concatenation. - Improve the locking logic, so that locks aren't obtained in cases where a token refresh isn't possible.
- Cache null tokens, to avoid excessive hits on the
PropertiesService
.
Add support for alternative grant types
Allows for the use of the client_credentials grant type.
Add the ability to detect expired refresh tokens
Storage and locking
Add the ability to access the data storage layer for the service, for setting additional key-value pairs. Adds the ability to configure locking, to prevent race conditions with token refreshes.
Added support for in-memory token cache.
24 Release version 24
Upon service reset, also clear the cached token
23 Release version 23