|
|
|
jwt: assertion time is not updated before JWT refresh
The assertion and expiration time in the claim set do not get updated
before fetching a new JWT, hence all refreshed tokens will already be
expired.
Patch Set 1 #Patch Set 2 : diff -r 5877582f0cb0 https://code.google.com/p/goauth2 #Patch Set 3 : diff -r 5877582f0cb0 https://code.google.com/p/goauth2 #Total messages: 3
|
karalabe
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/goauth2
|
11 years, 11 months ago (2014年02月09日 21:01:01 UTC) #1 |
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/goauth2
LGTM
*** Submitted as https://code.google.com/p/goauth2/source/detail?r=30c203fe2959 *** jwt: assertion time is not updated before JWT refresh The assertion and expiration time in the claim set do not get updated before fetching a new JWT, hence all refreshed tokens will already be expired. LGTM=adg R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/61300043 Committer: Andrew Gerrand <adg@golang.org>