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

Side by Side Diff: remoting/client/appengine/chromoting_oauth_setup.html

Issue 7033042: Update the appengine code to use OAuth2 and break the gdata dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the hardcoded localhost Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/client/appengine/auth.py ('k') | remoting/client/appengine/chromoting_session.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!doctype html>
2 <!--
3 Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7
8 <html>
9 <head>
10 <title>Chromoting OAuth setup page.</title>
11 </head>
12 <body>
13 <p>This is an administration page to setup the consumer key and secret
14 to be used with chromoting. Please don't play with this unless you are
15 on the Chromoting dev team.
16 <p>
17 Move the HttpXmppProxy setup out of this page, and make the semantics less
18 hacky!
19 <form method="post" name="auth">
20 Consumer Key: <input type="text" name="consumer_key" />
21 New Consumer Secret: <input type="password" name="new_consumer_secret" />
22 Old Consumer Secret: <input type="password" name="old_consumer_secret" />
23 HttpXmppProxy Address: <input type="text" name="httpxmppproxy" />
24 <input type="submit" value="Submit" />
25 </form>
26 </body>
27 </html>
OLDNEW
« no previous file with comments | « remoting/client/appengine/auth.py ('k') | remoting/client/appengine/chromoting_session.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698