commit | b9c813be7d0ec3262d46deb8677ba5cda93d95ec | [log] [tgz] |
---|---|---|
author | Chris Smith <chrisdsmith@google.com> | Thu Jan 16 23:56:53 2025 |
committer | Cody Oss <codyoss@google.com> | Wed Jan 29 22:42:25 2025 |
tree | 7b312122970b3fa0b9c8039481693a8ec9b547a5 | |
parent | 49a531d12a9ad6fa9f5a070d577ac752ada772c9 [diff] |
google: add warning about externally-provided credentials Change-Id: Ic2ce6e9c3ed735f4fc6d78a22cf0d5e95fca91a1 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/643158 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Sai Sunder Srinivasan <saisunder@google.com> Run-TryBot: Cody Oss <codyoss@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cody Oss <codyoss@google.com>
oauth2 package contains a client implementation for OAuth 2.0 spec.
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.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/oauth2.
Note: