Fork of oauth 2 to allow the exposing of token refresher
Go to file
Burcu Dogan 70bd497612 Fail during conf init if auth or token URL is not valid. 2014-07-20 16:56:38 -07:00
google Fail during conf init if auth or token URL is not valid. 2014-07-20 16:56:38 -07:00
jws Reverting the license back to the original. 2014-05-17 17:26:57 +02:00
.travis.yml Adding travis build file. 2014-07-09 11:07:50 -07: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 Add build status. 2014-07-09 16:06:12 -07:00
example_test.go Fail during conf init if auth or token URL is not valid. 2014-07-20 16:56:38 -07:00
jwt.go Fail during conf init if auth or token URL is not valid. 2014-07-20 16:56:38 -07:00
oauth2.go Fail during conf init if auth or token URL is not valid. 2014-07-20 16:56:38 -07:00
oauth2_test.go Fail during conf init if auth or token URL is not valid. 2014-07-20 16:56:38 -07:00
transport.go oauth2: don't use http.DefaultTransport. 2014-07-11 10:57:28 -07:00
transport_test.go oauth2: don't use http.DefaultTransport. 2014-07-11 10:57:28 -07:00

README.md

OAuth2 for Go

Build Status

oauth2 package contains a client implementation for OAuth 2.0 spec.

Installation

go get github.com/golang/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.