oauth2/google
Andrew Gerrand 397fe76494 google: add support for JWT Access Tokens
This is a new form of authentication for Google services, where instead
of passing a signed claim to obtain a token from the OAuth endpoint, you
present the signed claim *as* the token to the API endpoint.

Fixes #139.
Fixes #140.

Change-Id: Ibf0f168a0ec111660ac08b86121c943fb96e146c
Reviewed-on: https://go-review.googlesource.com/10667
Reviewed-by: David Symonds <dsymonds@golang.org>
Reviewed-by: Dave Day <djd@golang.org>
2015-08-13 22:40:26 +00:00
..
testdata/gcloud oauth2/google: fix decode error in Cloud SDK config 2015-02-12 05:35:05 +00:00
appengine.go oauth2: remove oauth2.Context type, simplify App Engine token code 2015-03-05 03:18:37 +00:00
appengine_hook.go oauth2: remove oauth2.Context type, simplify App Engine token code 2015-03-05 03:18:37 +00:00
default.go oauth/google: fix the broken default credentials link 2015-04-05 01:25:05 +00:00
example_test.go google: implement application default credentials 2015-03-19 05:52:14 +00:00
google.go oauth/google: fix the broken default credentials link 2015-04-05 01:25:05 +00:00
google_test.go oauth2/google: ConfigFromJSON should support the installed app credentials 2015-03-10 02:48:34 +00:00
jwt.go google: add support for JWT Access Tokens 2015-08-13 22:40:26 +00:00
sdk.go oauth2: remove oauth2.Context type, simplify App Engine token code 2015-03-05 03:18:37 +00:00
sdk_test.go oauth2/google: fix decode error in Cloud SDK config 2015-02-12 05:35:05 +00:00