Custom User Management for Google App Engine Java

Posted by Gopi on Stack Overflow See other posts from Stack Overflow or by Gopi
Published on 2010-03-07T03:19:31Z Indexed on 2010/04/24 16:33 UTC
Read the original article Hit count: 257

I am using GAE Java for a multi-user application. There are multiple users with different roles. Each user can login, do some operations and logout. The business restricts me from using Google User Service and I need to implement my own for authentication and session management.

Can anyone please share with me how should I go about implementing my own user management? I have read its very tricky to implement own user management. Any pointers in terms of best approaches/ design / existing frameworks if any ?

I could see some similar posts but they are for python.

© Stack Overflow or respective owner

Related posts about java

Related posts about google-app-engine