Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Issue 7054029: Add in support for connecting with just the OAuth2 token. Default to OAuth2. (Closed)

Created:
9 years, 7 months ago by awong
Modified:
9 years, 7 months ago
Reviewers:
Jamie
CC:
chromium-reviews, jamiewalch+watch_chromium.org, hclam+watch_chromium.org, simonmorris+watch_chromium.org, wez+watch_chromium.org, dmaclach+watch_chromium.org, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, ajwong+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Add in support for connecting with just the OAuth2 token. Default to OAuth2. BUG=none TEST=local appengine instance connects via OAuth2 and ClientLogin Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86374

Patch Set 1 #

Total comments: 6

Patch Set 2 : address Jamie's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -58 lines) Patch
M remoting/client/appengine/api.py View 1 3 chunks +1 line, -15 lines 0 comments Download
M remoting/client/appengine/auth.py View 8 chunks +20 lines, -19 lines 0 comments Download
M remoting/client/appengine/chromoting_session.html View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/appengine/hostlist.html View 1 2 chunks +37 lines, -8 lines 0 comments Download
M remoting/client/appengine/main.py View 2 chunks +8 lines, -2 lines 0 comments Download
M remoting/client/appengine/static_files/chromoting_session.js View 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/client/appengine/static_files/client.js View 2 chunks +22 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
awong
Another OAuth2 fix.
9 years, 7 months ago (2011-05-21 01:07:30 UTC) #1
Jamie
http://codereview.chromium.org/7054029/diff/1/remoting/client/appengine/api.py File remoting/client/appengine/api.py (right): http://codereview.chromium.org/7054029/diff/1/remoting/client/appengine/api.py#newcode27 remoting/client/appengine/api.py:27: json.dumps({'xmpp_token': auth.GetClientLoginToken().token})) Does the name of the token also ...
9 years, 7 months ago (2011-05-23 19:24:12 UTC) #2
awong
http://codereview.chromium.org/7054029/diff/1/remoting/client/appengine/api.py File remoting/client/appengine/api.py (right): http://codereview.chromium.org/7054029/diff/1/remoting/client/appengine/api.py#newcode27 remoting/client/appengine/api.py:27: json.dumps({'xmpp_token': auth.GetClientLoginToken().token})) On 2011/05/23 19:24:12, Jamie wrote: > Does ...
9 years, 7 months ago (2011-05-23 20:43:22 UTC) #3
Jamie
9 years, 7 months ago (2011-05-23 20:52:04 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698