Skip to content

Releases: googleworkspace/apps-script-oauth2

Handle alternate expires_in used by Zoho

01 Oct 17:54
Compare
Choose a tag to compare

Add support for additional JWT claims

15 Apr 17:07
Compare
Choose a tag to compare

Add support for arbitrary redirect URIs

08 Jan 16:47
Compare
Choose a tag to compare

Needed for eBay's OAuth flow.

Add support for custom callback parameters

14 Nov 14:15
Compare
Choose a tag to compare

Allows developers to set additional parameters in the state token.

Improving locking, caching

18 Sep 13:35
Compare
Choose a tag to compare
  • 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

09 Aug 13:43
Compare
Choose a tag to compare

Allows for the use of the client_credentials grant type.

Add the ability to detect expired refresh tokens

17 Jul 02:00
Compare
Choose a tag to compare

Storage and locking

21 Mar 14:32
Compare
Choose a tag to compare

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.

30 Oct 14:48
Compare
Choose a tag to compare

Upon service reset, also clear the cached token

17 Oct 13:34
Compare
Choose a tag to compare