damithc/TestRepo

Improve log in and log out method

googlecodemigrator opened this issue · 4 comments

From mail.Haoqiang@gmail.com on January 24, 2013 11:40:40

What can be improved on the system? What can be added to the system? Currently we use app engine built in methods to keep track of users state. But when user logout, the userService.createLogoutURL(redirectPage); will log out the user's google account rather than log out only this system. Please specify: If the user is logged in by app engine, then we start a session.
When the user click on log out, we just destroy the session instead of log out google.
In conclusion, users should be the same state before login and after logout! We should create a session for the current user.

Original issue: http://code.google.com/p/teammatespes/issues/detail?id=541

From dam...@gmail.com on January 24, 2013 18:22:39

Good to have, if we can do it without much effort. Otherwise, we can continue to follow the default behavior provided by Google authentication system.

Status: Accepted
Labels: Priotiry-Low

From dam...@gmail.com on January 25, 2013 02:55:37

Labels: -Priotiry-Low Priority-Low

From dam...@gmail.com on February 19, 2013 23:18:13

Labels: Difficulty-High