commit | 54b70c833fbb79bc843c93cb706cc4890a084462 | [log] [tgz] |
---|---|---|
author | Cody Oss <codyoss@google.com> | Mon Mar 06 13:00:06 2023 -0600 |
committer | Gopher Robot <gobot@golang.org> | Fri Mar 17 18:50:21 2023 +0000 |
tree | 632d7bc0c19ec7033c4260ade18264abc32761bf | |
parent | 2fc4ef5a6f9b4a8fc25e3528f8e738370a1e661d [diff] |
google: update missing auth help URL Update the URL to a newer page that better describes how to set up credentials in different environments. Change-Id: Ic0726fe298c543265d333cda60d62c235e4e2293 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/473735 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Cody Oss <codyoss@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Cody Oss <codyoss@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
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.
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://golang.org/doc/contribute.html. In particular: