grafana/vendor/golang.org/x/oauth2
Carl Bergquist 68f5ddf18c
replace dep with go modules (#16017)
- guide shamelessly stolen from prometheus/prometheus
- updates local interface of oauth exchange
- updates local impl of hclogger
- bump jaeger client version

closes #16088
2019-04-16 12:00:55 +02:00
..
google replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
internal replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
jws GCS support via JSON API 2017-09-15 16:11:02 +02:00
jwt replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
AUTHORS tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
CONTRIBUTING.md replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
CONTRIBUTORS tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
go.mod replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
go.sum replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
LICENSE migrate from govendor to dep 2018-01-19 09:48:15 +01:00
oauth2.go replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
README.md replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
token.go replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00
transport.go replace dep with go modules (#16017) 2019-04-16 12:00:55 +02:00

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.