Custom User Management for Google App Engine Java

2019-03-20 13:26发布

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.

1条回答
贪生不怕死
2楼-- · 2019-03-20 14:09

Well, for the production quality authentication and security I finally decided using "Spring-Security". Seems to be the best solution if you are using spring in your application and you can do customizations at finest levels.

查看更多
登录 后发表回答