Shin Fan
ff3df7374f
google: support scopes for JWT access token
2021-06-14 17:00:17 -07:00
Dave Day
df5b72659a
google: support key ID in JWTAccessTokenSourceFromJSON
...
Change-Id: I20ffede5bf81aa4990afb2820561d5633cdb43a8
Reviewed-on: https://go-review.googlesource.com/24440
Reviewed-by: Chris Broadfoot <cbro@golang.org >
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org >
2016-07-02 01:08:09 +00:00
Andrew Gerrand
038cb4adce
all: change copyright to 'Go Authors'
...
Fixes golang/go#12354
Change-Id: Ie4bbe9445e2a840c9db830c9bd52a783b7a6f9bc
Reviewed-on: https://go-review.googlesource.com/13952
Reviewed-by: Russ Cox <rsc@golang.org >
2015-10-22 04:14:42 +00:00
Andrew Gerrand
166f7cf994
google: set expiry on JWTAccessTokenSource
...
Change-Id: Ib1ff6511ce38e17711486743601241285a34f164
Reviewed-on: https://go-review.googlesource.com/14934
Reviewed-by: Julien Boeuf <jboeuf@google.com >
Reviewed-by: Andrew Gerrand <adg@golang.org >
2015-09-24 05:27:11 +00:00
Andrew Gerrand
897d9734bb
google: set token type on returned JWTAccessToken, tweak docs
...
Change-Id: Id83af8110c7c89ca5ffe793149230fa3f87a6baf
Reviewed-on: https://go-review.googlesource.com/14198
Reviewed-by: Dave Day <djd@golang.org >
2015-09-02 03:46:34 +00:00
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