kops/vendor/golang.org/x/oauth2
Ciprian Hacman 6bd597f372 Convert go.mod files to Go 1.17 2021-10-09 06:27:27 +03:00
..
authhandler Update deps 2021-04-30 11:39:01 +03:00
google Update google.golang.org/api to 0.57.0 2021-09-26 09:39:10 -04:00
internal Update Controller Runtime Go module to v0.8.2 2021-02-25 20:34:12 +00:00
jws Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
jwt Update vendor 2020-01-17 06:38:43 -05:00
.travis.yml
AUTHORS
BUILD.bazel Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
CONTRIBUTING.md Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
CONTRIBUTORS
LICENSE Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
README.md Update Google Cloud Go module to v0.77.0 2021-02-22 17:15:28 +00:00
oauth2.go Update vendor 2020-01-17 06:38:43 -05:00
token.go Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
transport.go Upgrade kubernetes dependencies to 1.19.0-rc.4 2020-08-24 10:54:15 -05:00

README.md

OAuth2 for Go

Go Reference Build Status

oauth2 package contains a client implementation for OAuth 2.0 spec.

Installation

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.

Policy for new packages

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.

Report Issues / Send Patches

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.