Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3030)

Issue 42930045: code review 42930045: jwt: add JWT authenticated transport and client.

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by karalabe
Modified:
10 years, 2 months ago
Reviewers:
adg
CC:
golang-codereviews, gobot, adg, golang-dev
Visibility:
Public.

Description

jwt: add JWT authenticated transport and client. Self-refreshing OAuth transport and client needed by the google-api-go-client services (i.e. to provide it out of the box the same way as oauth.Transport, but for service accounts).

Patch Set 1 #

Patch Set 2 : code review 42930045: jwt: add JWT authenticated transport and client. #

Patch Set 3 : diff -r 5877582f0cb0 https://code.google.com/p/goauth2 #

Patch Set 4 : diff -r 5877582f0cb0 https://code.google.com/p/goauth2 #

Total comments: 1

Patch Set 5 : diff -r 5877582f0cb0 https://code.google.com/p/goauth2 #

Patch Set 6 : diff -r 5877582f0cb0 https://code.google.com/p/goauth2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -7 lines) Patch
M oauth/jwt/jwt.go View 1 2 3 4 2 chunks +92 lines, -7 lines 0 comments Download

Messages

Total messages: 11
karalabe
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/goauth2
10 years, 4 months ago (2013-12-16 23:49:38 UTC) #1
gobot
R=adg@golang.org (assigned by r@golang.org)
10 years, 4 months ago (2013-12-19 21:25:45 UTC) #2
gobot
Replacing golang-dev with golang-codereviews.
10 years, 4 months ago (2013-12-20 16:26:10 UTC) #3
adg
This looks great. https://codereview.appspot.com/42930045/diff/60001/oauth/jwt/jwt.go File oauth/jwt/jwt.go (right): https://codereview.appspot.com/42930045/diff/60001/oauth/jwt/jwt.go#newcode431 oauth/jwt/jwt.go:431: JwtToken *Token This should be JWTToken ...
10 years, 2 months ago (2014-01-29 06:50:26 UTC) #4
karalabe
On 2014/01/29 06:50:26, adg wrote: > This looks great. > > https://codereview.appspot.com/42930045/diff/60001/oauth/jwt/jwt.go > File oauth/jwt/jwt.go ...
10 years, 2 months ago (2014-01-29 09:15:50 UTC) #5
adg
Let's talk about it at FOSDEM :) On 29 January 2014 20:15, <peterke@gmail.com> wrote: > ...
10 years, 2 months ago (2014-01-29 12:12:17 UTC) #6
karalabe
Hello golang-codereviews@googlegroups.com, gobot@golang.org, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 2 months ago (2014-02-09 19:18:46 UTC) #7
karalabe
Ah, I thought I get to add an own message two. Sorry for the double ...
10 years, 2 months ago (2014-02-09 19:21:31 UTC) #8
karalabe
And just for the reference, the refresh fix: https://codereview.appspot.com/61300043/ On 2014/02/09 19:21:31, karalabe wrote: > ...
10 years, 2 months ago (2014-02-09 21:33:18 UTC) #9
adg
LGTM
10 years, 2 months ago (2014-02-11 06:31:04 UTC) #10
adg
10 years, 2 months ago (2014-02-11 06:31:29 UTC) #11
*** Submitted as https://code.google.com/p/goauth2/source/detail?r=fa3262e2e228
***

jwt: add JWT authenticated transport and client.

Self-refreshing OAuth transport and client needed by the
google-api-go-client services (i.e. to provide it out of
the box the same way as oauth.Transport, but for service
accounts).

LGTM=adg
R=golang-codereviews, gobot, adg
CC=golang-dev
https://codereview.appspot.com/42930045

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b