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

Unified Diff: remoting/webapp/me2mom/choice.html

Issue 7016001: Simple OAuth1 implementation based on http://code.google.com/chrome/extensions/tut_oauth.html. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 9d550a3c641a076ad67fedcd6f9eb8eae3af473f..ec053f8bbfbcd3bc99dd32759ce6ec93016376f3 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -17,9 +17,12 @@ found in the LICENSE file.
<!-- Auth panel -->
<div id="auth_panel">
+ Chromoting OAuth1 Token: <span id="oauth1_status"></span>
+ <button onclick="authorizeOAuth1();">Authorize</button>
+ <button onclick="clearOAuth1();">Clear</button >
+ <br />
<form action="">
XMPP Token: <input type="text" id="xmpp_token" /><br />
- OAuth2 Token: <input type="text" id="oauth2_token" /><br />
<button onclick="saveCredentials(this.form);">
Save Credentials
</button>

Powered by Google App Engine
This is Rietveld 408576698