Fork of oauth 2 to allow the exposing of token refresher
Go to file
Burcu Dogan b3f9a68f05 oauth2: fix lint errors
Change-Id: I9cc4c61767be5e6eda189468430e9a89fe2f3796
2014-12-01 18:03:32 -08:00
google oauth2: add vanity URL import comments, use the vanity URL on builds 2014-11-26 11:47:34 -08:00
internal Introduce an option function type 2014-11-08 09:46:26 +11:00
jws oauth2: fix lint errors 2014-12-01 18:03:32 -08:00
.travis.yml oauth2: add vanity URL import comments, use the vanity URL on builds 2014-11-26 11:47:34 -08:00
AUTHORS Reverting the license back to the original. 2014-05-17 17:26:57 +02:00
CONTRIBUTORS Reverting the license back to the original. 2014-05-17 17:26:57 +02:00
LICENSE Reverting the license back to the original. 2014-05-17 17:26:57 +02:00
README.md oauth2: add vanity URL import comments, use the vanity URL on builds 2014-11-26 11:47:34 -08:00
example_test.go oauth2: add vanity URL import comments, use the vanity URL on builds 2014-11-26 11:47:34 -08:00
jwt.go oauth2: add vanity URL import comments, use the vanity URL on builds 2014-11-26 11:47:34 -08:00
jwt_test.go Introduce an option function type 2014-11-08 09:46:26 +11:00
oauth2.go Merge branch 'master' of https://github.com/golang/oauth2 2014-11-28 10:17:23 +11:00
oauth2_test.go Merge pull request #50 from snikch/fix-json-expiry 2014-11-25 19:48:01 -08:00
transport.go oauth2: fix lint errors 2014-12-01 18:03:32 -08:00
transport_test.go Add Cacher interface. 2014-11-13 15:41:14 +11:00

README.md

OAuth2 for Go

Build Status

oauth2 package contains a client implementation for OAuth 2.0 spec.

Installation

go get golang.org/x/oauth2

See godoc for further documentation and examples.

Contributing

Fork the repo, make changes, run the tests and open a pull request.

Before we can accept any pull requests we have to jump through a couple of legal hurdles, primarily a Contributor License Agreement (CLA):

  • If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an individual CLA.
  • If you work for a company that wants to allow you to contribute your work, then you'll need to sign a corporate CLA.

You can sign these electronically (just scroll to the bottom). After that, we'll be able to accept your pull requests.