Add README. Fixes #2.
1 file changed
tree: f3dbce5e3b2d2a4362bdbe88e1b20f647a1e8d7a
  1. google/
  2. jws/
  3. AUTHORS
  4. cache.go
  5. cache_test.go
  6. CONTRIBUTORS
  7. example_test.go
  8. jwt.go
  9. LICENSE
  10. oauth2.go
  11. oauth2_test.go
  12. README.md
  13. transport.go
  14. transport_test.go
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.