User Login with GWT on Google App Engine

2011-08-08 Thread Qiang Ma
Hi, all, I am investigating to build a GWT app hosted on GAE that requires user login. Do you have any suggestion on which 3rd party library to support user secure login and approach to implement it? Thanks! -maq -- You received this message because you are subscribed to the Google Groups

Re: User Login with GWT on Google App Engine

2011-08-08 Thread Andy Stevko
Federated OpenID is supported by app engine http://code.google.com/appengine/articles/openid.html On Mon, Aug 8, 2011 at 8:34 AM, Qiang Ma mumay...@gmail.com wrote: Hi, all, I am investigating to build a GWT app hosted on GAE that requires user login. Do you have any suggestion on which

Re: User Login with GWT on Google App Engine

2011-08-08 Thread Qiang Ma
Thanks Andy. Great information about openid , What if still have to support some your own local user, i.e. I have to support user that doesn't have an account with the identity providers. Any comment is appreciated! -maq On Mon, Aug 8, 2011 at 10:45 AM, Andy Stevko andy.ste...@gmail.com