commit | 9fd604954f58d391cab0f7f49affb0a6aa864086 | [log] [tgz] |
---|---|---|
author | Patrick Jones <ithuriel@google.com> | Tue Nov 03 00:39:58 2020 +0000 |
committer | Cody Oss <codyoss@google.com> | Mon Nov 09 20:14:03 2020 +0000 |
tree | e3f36e733fc79a8eca44b982db027df731651882 | |
parent | 5d25da1a8d43b66f2898c444f899c7bcfd6a407e [diff] |
google: add utilities supporting upcoming oauth2 functionality These are used to support some extended utilities to help with STS requests. Change-Id: Iafc145b06ca42374cfc2ac6572762a50bcf560f2 GitHub-Last-Rev: 3085fe570382318e6690304640751bf312e1a0b8 GitHub-Pull-Request: golang/oauth2#439 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/259777 Trust: Cody Oss <codyoss@google.com> Run-TryBot: Cody Oss <codyoss@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Tyler Bui-Palsulich <tbp@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 godoc 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 godoc.org/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.