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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/app_identity.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
OLDNEW
1 <div id="pageData-name" class="pageData">Identify User</div> 1 <h1>Identify User</h1>
2 <div id="pageData-showTOC" class="pageData">true</div> 2
3 3
4 <p> 4 <p>
5 Web authentication protocols utilize HTTP features, 5 Web authentication protocols utilize HTTP features,
6 but packaged apps run inside the app container; 6 but packaged apps run inside the app container;
7 they don’t load over HTTP and can’t perform redirects or set cookies. 7 they don’t load over HTTP and can’t perform redirects or set cookies.
8 </p> 8 </p>
9 9
10 <p> 10 <p>
11 Use the <a href="experimental.identity.html">Chrome Identity API</a> 11 Use the <a href="experimental.identity.html">Chrome Identity API</a>
12 to authenticate users: 12 to authenticate users:
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 or in general in cases where there is no user gesture involved. 239 or in general in cases where there is no user gesture involved.
240 </p> 240 </p>
241 241
242 <p> 242 <p>
243 The best practice we suggest is to use silent mode 243 The best practice we suggest is to use silent mode
244 when there is no user gesture involved and use interactive mode 244 when there is no user gesture involved and use interactive mode
245 if there is a user gesture (for example, the user clicked the Sign In button in your app). 245 if there is a user gesture (for example, the user clicked the Sign In button in your app).
246 Note that we do not enforce gesture requirement. 246 Note that we do not enforce gesture requirement.
247 </p> 247 </p>
248 248
249 <p class="backtotop"><a href="#top">Back to top</a></p> 249 <p class="backtotop"><a href="#top">Back to top</a></p>
250
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698