commit | c82d0e16dcd7c2b3907866fc2124725806a3ed67 | [log] [tgz] |
---|---|---|
author | aeitzman <eitzman@google.com> | Wed Feb 15 00:24:46 2023 +0000 |
committer | Cody Oss <codyoss@google.com> | Fri Feb 17 18:48:36 2023 +0000 |
tree | 3f5ed5760f131fd452f7d305c2f498b2d4b8b3e4 | |
parent | adbaf66a0bae46206ed661df3c5bae3752a3347c [diff] |
google/internal/externalaccount: Removed URL validation for google URLs in ADC files Removes URL validation for token_url, service_account_impersonation_url to allow for TPC urls and adds line to the docs to warn users. See https://github.com/googleapis/google-auth-library-nodejs/pull/1517 for same change in node.js library. Change-Id: I85fa67ee0b99deed2adb75668a1b5501851c499c GitHub-Last-Rev: 15d7759884817d0f835768bdb5e5b3fa86e8fdbf GitHub-Pull-Request: golang/oauth2#627 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/465696 Reviewed-by: Cody Oss <codyoss@google.com> Run-TryBot: Cody Oss <codyoss@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Leo Siracusa <leosiracusa@google.com>
oauth2 package contains a client implementation for OAuth 2.0 spec.
go get golang.org/x/oauth2
Or you can manually git clone the repository to $(go env GOPATH)/src/golang.org/x/oauth2
.
See pkg.go.dev for further documentation and examples.
We no longer accept new provider-specific packages in this repo if all they do is add a single endpoint variable. If you just want to add a single endpoint, add it to the pkg.go.dev/golang.org/x/oauth2/endpoints package.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.