client/vendor/golang.org/x/oauth2
Roland Huß 52b6b236fe Update to serving 0.6.0 (#129)
* chore: Update to 0.6.0

* chore: Fix test

* chore: Update modules.txt
2019-05-20 10:41:27 -07:00
..
google chore: Update dependencies (#68) 2019-04-30 09:48:33 -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 chore: Update dependencies (#68) 2019-04-30 09:48:33 -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 chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
token.go chore: Update dependencies (#68) 2019-04-30 09:48:33 -07:00
transport.go Actually, vendor everything (#59) 2019-04-05 04:08:57 -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.