| OLD | NEW |
| 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 Loading... |
| 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 | |
| OLD | NEW |