kops/vendor/golang.org/x/oauth2
Justin Santa Barbara bad8debd19
Update vendor
2020-01-17 06:38:43 -05:00
..
google Update vendor 2020-01-17 06:38:43 -05:00
internal Update dependencies 2019-11-16 10:24:39 -05: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 Include vendored dependencies 2016-07-05 00:03:07 -04:00
AUTHORS Include vendored dependencies 2016-07-05 00:03:07 -04:00
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 Include vendored dependencies 2016-07-05 00:03:07 -04:00
LICENSE Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
README.md Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
go.mod Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00
go.sum Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04: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 Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04:00

README.md

OAuth2 for Go

Build Status GoDoc

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 godoc for further documentation and examples.

Policy for new packages

We no longer accept new provider-specific packages in this repo. For defining provider endpoints and provider-specific OAuth2 behavior, we encourage you to create packages elsewhere. We'll keep the existing packages for compatibility.

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.