terraform/vendor/golang.org/x/oauth2
Radek Simko 5fb1e08678
vendor: Bump go-getter to 1.4.0
2019-09-09 14:04:58 +02:00
..
google vendor: Bump go-getter to 1.4.0 2019-09-09 14:04:58 +02:00
internal vendor: Bump go-getter to 1.4.0 2019-09-09 14:04:58 +02:00
jws Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05:00
jwt vendor: Bump go-getter to 1.4.0 2019-09-09 14:04:58 +02:00
.travis.yml vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
AUTHORS Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
CONTRIBUTING.md command/format: fix indentation 2018-10-16 19:14:11 -07:00
CONTRIBUTORS Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
LICENSE vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
README.md vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
go.mod vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
go.sum vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
oauth2.go vendor: Bump go-getter to 1.4.0 2019-09-09 14:04:58 +02:00
token.go vendor: golang.org/x/oauth2@latest 2019-02-20 18:59:25 +00:00
transport.go command/format: fix indentation 2018-10-16 19:14:11 -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. 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.