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

An OAuth2 library for Google Apps Script.

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

:robot: I have created a release *beep* *boop* --- ## 1.42.0 (2022-08-09) ### Bug Fixes * "Prompt" property for auth URL in sample ([#317](https://github.com/googleworkspace/apps-script-oauth2/issues/317)) ([6da6876](https://github.com/googleworkspace/apps-script-oauth2/commit/6da68763a98586ae0bc916e5258ea7f0bebf4cb2)) * prevent samples from leaking...

autorelease: pending
markdown

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate Limited These updates are currently rate limited. Click on a checkbox below...

Hey folks, I'm trying to set this up to use it with Marvel Strike Force's API (mobile game) but I can't make it work. I keep getting this error when...

Bumps [ini](https://github.com/npm/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

I couldn't find any examples that show how to utilize the library for services that require the access token request to provide data in the contentType of **application/x-www-form-urlencoded**. One example...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The `getRedirectUri()` code sample is invalid. `getService()` is not defined, and neither is `OAuth2.getService()` ``` javascript /** * Logs the redirect URI to register. */ function logRedirectUri() { var service...