apps-script-oauth2 icon indicating copy to clipboard operation
apps-script-oauth2 copied to clipboard

An OAuth2 library for Google Apps Script.

Results 73 apps-script-oauth2 issues
Sort by recently updated
recently updated
newest added

Hi. Etsy seems to be not return codeVerifire_ parameter. The error is "Error retrieving token: invalid_request, code_verifier is required" So, I tried below code, then it works. ```ts function EtsyAuthCallback(request:...

I created a new Oauth app in the Zendesk console and ran the callback function to put the callback URL in. I also entered the client id (Unique identifier in...

I have encountered an issue with the OAuth2 library in Google Apps Script, specifically related to the persistence of the authentication session across different tabs or browser instances. When using...

https://github.com/googleworkspace/apps-script-oauth2/blob/9499dba62922538cb65f28cdfbefa5848e9aaa09/samples/ZohoCRM.gs#L96 "Logs the redict URI to register." should be "Logs the redirect URI to register."

My OAuth service is never refreshing (even manually), and the service is never recognizing my token as 'expired' also. I noticed that the service was trying to access the 'refreshUrl_'...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.6. Changelog Sourced from minimist's changelog. v1.2.6 - 2022-03-21 Commits test from prototype pollution PR bc8ecee isConstructorOrProto adapted from PR c2b9819 security notice for additional...

dependencies

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.11 to 4.0.2. Changelog Sourced from jsdoc's changelog. 4.0.2 (February 2023) Updates the Babel parser, and enables additional Babel plugins for ECMAScript proposals. 4.0.1 (February 2023) If...

I am trying to use this library but it is not very clear if the CodeVerifier works automatically, or if you gotta turn it on somehow?

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies