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

Issue 6884049: code review 6884049: jwt: Add support for external signers, ID tokens. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by sledbetter
Modified:
11 years, 4 months ago
Reviewers:
CC:
adg, golang-dev
Visibility:
Public.

Description

jwt: Add support for external signers, ID tokens. This allows an external agent to be responsible for signing the token generated by the package. Extract expiry from returned ID token if given. Added and updated relevant testcases.

Patch Set 1 #

Patch Set 2 : diff -r f77b3584c59b https://code.google.com/p/goauth2/ #

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

Total comments: 10

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

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -32 lines) Patch
M oauth/jwt/jwt.go View 1 2 3 4 12 chunks +145 lines, -29 lines 0 comments Download
M oauth/jwt/jwt_test.go View 1 2 3 6 chunks +61 lines, -3 lines 0 comments Download

Messages

Total messages: 8
sledbetter
Hello adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/goauth2/
11 years, 4 months ago (2012-12-05 22:55:43 UTC) #1
adg
Hey, thanks! Can you please sign the CLA, before I review this? http://golang.org/doc/contribute.html#Copyright
11 years, 4 months ago (2012-12-07 03:39:24 UTC) #2
adg
https://codereview.appspot.com/6884049/diff/4001/oauth/jwt/jwt.go File oauth/jwt/jwt.go (right): https://codereview.appspot.com/6884049/diff/4001/oauth/jwt/jwt.go#newcode38 oauth/jwt/jwt.go:38: package jwt Can I get an example of this ...
11 years, 4 months ago (2012-12-12 02:44:38 UTC) #3
sledbetter
https://codereview.appspot.com/6884049/diff/4001/oauth/jwt/jwt.go File oauth/jwt/jwt.go (right): https://codereview.appspot.com/6884049/diff/4001/oauth/jwt/jwt.go#newcode38 oauth/jwt/jwt.go:38: package jwt On 2012/12/12 02:44:38, adg wrote: > Can ...
11 years, 4 months ago (2012-12-13 00:17:34 UTC) #4
adg
LGTM https://codereview.appspot.com/6884049/diff/12001/oauth/jwt/jwt.go File oauth/jwt/jwt.go (right): https://codereview.appspot.com/6884049/diff/12001/oauth/jwt/jwt.go#newcode154 oauth/jwt/jwt.go:154: fmt.Printf("header=%q", string(b)) errant debug print https://codereview.appspot.com/6884049/diff/12001/oauth/jwt/jwt.go#newcode226 oauth/jwt/jwt.go:226: delete ...
11 years, 4 months ago (2012-12-13 04:00:32 UTC) #5
sledbetter
Updated changes. I tried to submit but am it complained about me not being in ...
11 years, 4 months ago (2012-12-17 21:17:08 UTC) #6
adg
*** Submitted as https://code.google.com/p/goauth2/source/detail?r=1f6bde75551d *** jwt: Add support for external signers, ID tokens. This allows ...
11 years, 4 months ago (2012-12-18 23:58:30 UTC) #7
adg
11 years, 4 months ago (2012-12-18 23:58:43 UTC) #8
Sign in to reply to this message.

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