Fixing build constraints for GAE and GAE managed runtime.

GAE managed VM runtime contains both appengine and appenginevm
build tags. Currently, appengine.go is being built even if user
wants to use the package on managed VM that errors with no
"appengine" package to import.
2 files changed
tree: a7d39251b86f1a0a6038a9878e9d14cda93d2962
  1. google/
  2. jws/
  3. .travis.yml
  4. AUTHORS
  5. CONTRIBUTORS
  6. example_test.go
  7. jwt.go
  8. LICENSE
  9. oauth2.go
  10. oauth2_test.go
  11. README.md
  12. transport.go
  13. transport_test.go
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.