apps-script-oauth2
apps-script-oauth2 copied to clipboard
An OAuth2 library for Google Apps Script.
Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 9.9.1. Release notes Sourced from eslint's releases. v9.9.1 Bug Fixes 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) Documentation 4840930...
Bumps [del](https://github.com/sindresorhus/del) from 6.0.0 to 8.0.0. Release notes Sourced from del's releases. v8.0.0 Breaking Require Node.js 18 (#161) e2e5b71 Improvements Update dependencies (#161) e2e5b71 https://github.com/sindresorhus/del/compare/v7.1.0...v8.0.0 v7.1.0 Add path to onProgress...
Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 9.12.0. Release notes Sourced from eslint's releases. v9.12.0 Features 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami) 17a07fb feat: Hooks for test cases (RuleTester)...
Hello, Does this library support Offline token renewal? I'm trying to get rid of constantly authorizing.
Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 9.29.0. Release notes Sourced from eslint's releases. v9.29.0 Features f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic) 19cdd22 feat: prune...
When using the client with offline access, refreshing the token will not pull in additional scopes added. by adding scope to the refresh token payload, this could be done. Could...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...
[v1.43.0](https://github.com/googleworkspace/apps-script-oauth2/releases/tag/v1.43.0) allows the usage without client_secret for services that only rely on PKCE ([e6afdfb](https://github.com/googleworkspace/apps-script-oauth2/commit/e6afdfb52d613f4e99002bf72228b32a7299cfc7)), but it did not remove the client_secret check in the token refresh (https://github.com/googleworkspace/apps-script-oauth2/blob/main/src/Service.js#L667), so PKCE without...
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [fsevents](https://github.com/fsevents/fsevents). These dependencies need to be updated together. Removes `tar` Updates `fsevents` from 1.2.12 to 1.2.13 Release notes Sourced from...