Go OAuth2
Перейти к файлу
Burcu Dogan 5501212e88 Merge branch 'readme' 2014-06-27 17:04:43 -07:00
google Adding TODO to remove dummy tests after go1.4. 2014-06-24 14:53:39 -07:00
jws Reverting the license back to the original. 2014-05-17 17:26:57 +02: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 instructions for contributing. 2014-06-24 16:00:24 -07:00
cache.go Caches should return an error instead of invoking a handler. 2014-06-22 15:38:39 -07:00
cache_test.go Caches should return an error instead of invoking a handler. 2014-06-22 15:38:39 -07:00
example_test.go Adding TODO to remove dummy tests after go1.4. 2014-06-24 14:53:39 -07:00
jwt.go oauth2: perform caching ops at the transport level 2014-06-17 16:09:09 +02:00
oauth2.go Merge branch 'readme' 2014-06-27 17:04:43 -07:00
oauth2_test.go Reverting the license back to the original. 2014-05-17 17:26:57 +02:00
transport.go Caches should return an error instead of invoking a handler. 2014-06-22 15:38:39 -07:00
transport_test.go Caches should return an error instead of invoking a handler. 2014-06-22 15:38:39 -07:00

README.md

OAuth2 for Go

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.