client/vendor/golang.org/x/oauth2
Markus Thömmes 4ba1cca91e
Update dependencies, pin k8s deps. (#855)
2020-05-26 00:39:49 -07:00
..
google refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
internal chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
jws Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
jwt Update to serving 0.6.0 (#129) 2019-05-20 10:41:27 -07:00
.travis.yml Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
AUTHORS Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
CONTRIBUTING.md Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
CONTRIBUTORS Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
LICENSE Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
README.md Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07:00
go.mod chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
go.sum chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
oauth2.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
token.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
transport.go Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07: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 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.

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.