howardroark2018 / mind-notes

Automatically exported from code.google.com/p/mind-notes
0 stars 0 forks source link

Rework of the log in system #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current behavior:
 * user cannot open the editor without logging in to Google Accounts;
 * if there are connection issues, the cloud options (log out, share, save to cloud, open) are disabled;

This approach causes various issues, notably it makes it impossible to 
implement App Cache reliably.

Proposed behavior:
 * user can open the app without logging in;
 * after the app is initialized, the app checks for login;
 * if the user is logged into Google Accounts, disable options that depend on logging in: open/save to cloud, share.
 * if the user tries to use a feature that depends on login, request login either in another window or save changes, redirect to Google Accounts login and get back to the saved file.

Original issue reported on code.google.com by dsto...@gmail.com on 12 Aug 2010 at 10:39

GoogleCodeExporter commented 9 years ago

Original comment by dsto...@gmail.com on 12 Aug 2010 at 10:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by dsto...@gmail.com on 13 Aug 2010 at 2:17

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r58.

Original comment by dsto...@gmail.com on 14 Aug 2010 at 12:37