Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(38)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 103240043: code review 103240043: goauth2: support client_credentials grant_type

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by mmlb
Modified:
11 years, 6 months ago
Reviewers:
adg
CC:
golang-codereviews, adg, jbd
Visibility:
Public.
goauth2: support client_credentials grant_type

Patch Set 1 #

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

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

Total comments: 2

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

Created: 11 years, 6 months ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
M oauth/oauth.go View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M oauth/oauth_test.go View 1 2 chunks +25 lines, -0 lines 0 comments Download
Total messages: 12
|
mmlb
11 years, 7 months ago (2014年06月11日 13:44:09 UTC) #1
Sign in to reply to this message.
mmlb
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/goauth2
11 years, 6 months ago (2014年07月01日 14:32:06 UTC) #2
Hello golang-dev@googlegroups.com,
I'd like you to review this change to
https://code.google.com/p/goauth2 
Sign in to reply to this message.
gobot
Replacing golang-dev with golang-codereviews. To the author of this CL: If you are using 'hg ...
11 years, 6 months ago (2014年07月01日 14:35:09 UTC) #3
Replacing golang-dev with golang-codereviews.
To the author of this CL: 
If you are using 'hg mail -r golang-dev' to mail the CL, use simply 'hg mail'
instead.
If you did not name golang-dev explicitly and it was still added to the CL,
it means your working copy of the repo has a stale codereview.cfg
(or lib/codereview/codereview.cfg).
Please run 'hg sync' to update your client to the most recent codereview.cfg.
If the most recent codereview.cfg has defaultcc set to golang-dev instead of
golang-codereviews, please send a CL correcting it.
Thanks very much.
Sign in to reply to this message.
bradfitz
R=adg
11 years, 6 months ago (2014年07月01日 16:06:35 UTC) #4
R=adg
Sign in to reply to this message.
jbd
Related to https://github.com/golang/oauth2/issues/7.
11 years, 6 months ago (2014年07月07日 18:04:42 UTC) #5
Sign in to reply to this message.
adg
https://codereview.appspot.com/103240043/diff/40001/oauth/oauth.go File oauth/oauth.go (right): https://codereview.appspot.com/103240043/diff/40001/oauth/oauth.go#newcode320 oauth/oauth.go:320: //AuthenticateClient gets an access Token using the client_credentials grant ...
11 years, 6 months ago (2014年07月07日 21:04:06 UTC) #6
https://codereview.appspot.com/103240043/diff/40001/oauth/oauth.go
File oauth/oauth.go (right):
https://codereview.appspot.com/103240043/diff/40001/oauth/oauth.go#newcode320
oauth/oauth.go:320: //AuthenticateClient gets an access Token using the
client_credentials grant
add a space after each //
https://codereview.appspot.com/103240043/diff/40001/oauth/oauth.go#newcode329
oauth/oauth.go:329: return t.updateToken(t.Token,
unwrap this; Go code may be longer than 80 cols
or if you don't like that
v := url.Values{...}
return t.updateToken(t.Token, v)
Sign in to reply to this message.
mmlb
Hello golang-codereviews@googlegroups.com, adg@golang.org, jbd@google.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 6 months ago (2014年07月08日 19:39:40 UTC) #7
Sign in to reply to this message.
gobot
Replacing golang-dev with golang-codereviews. To the author of this CL: If you are using 'hg ...
11 years, 6 months ago (2014年07月08日 19:40:58 UTC) #8
Replacing golang-dev with golang-codereviews.
To the author of this CL: 
If you are using 'hg mail -r golang-dev' to mail the CL, use simply 'hg mail'
instead.
If you did not name golang-dev explicitly and it was still added to the CL,
it means your working copy of the repo has a stale codereview.cfg
(or lib/codereview/codereview.cfg).
Please run 'hg sync' to update your client to the most recent codereview.cfg.
If the most recent codereview.cfg has defaultcc set to golang-dev instead of
golang-codereviews, please send a CL correcting it.
Thanks very much.
Sign in to reply to this message.
adg
Hey MMendez534 - have you signed the CLA? http://golang.org/doc/contribute.html#copyright
11 years, 6 months ago (2014年07月09日 04:07:51 UTC) #9
Hey MMendez534 - have you signed the CLA?
http://golang.org/doc/contribute.html#copyright
Sign in to reply to this message.
mmendez534_gmail.com
Yup I've signed it. On Wed, Jul 9, 2014 at 12:07 AM, Andrew Gerrand <adg@golang.org> ...
11 years, 6 months ago (2014年07月09日 13:07:38 UTC) #10
Yup I've signed it.
On Wed, Jul 9, 2014 at 12:07 AM, Andrew Gerrand <adg@golang.org> wrote:
> Hey MMendez534 - have you signed the CLA?
>
> http://golang.org/doc/contribute.html#copyright
>
Sign in to reply to this message.
adg
LGTM
11 years, 6 months ago (2014年07月10日 00:49:25 UTC) #11
LGTM
Sign in to reply to this message.
adg
*** Submitted as https://code.google.com/p/goauth2/source/detail?r=6a3615e294b5 *** goauth2: support client_credentials grant_type LGTM=adg R=golang-codereviews, adg, jbd CC=golang-codereviews https://codereview.appspot.com/103240043 ...
11 years, 6 months ago (2014年07月10日 00:50:47 UTC) #12
*** Submitted as https://code.google.com/p/goauth2/source/detail?r=6a3615e294b5
***
goauth2: support client_credentials grant_type
LGTM=adg
R=golang-codereviews, adg, jbd
CC=golang-codereviews
https://codereview.appspot.com/103240043
Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.
|
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /