What approach do you use for authentication? On Sat, Jan 7, 2012 at 6:40 PM, Vic Chen <[email protected]> wrote:
> i use android(also ios), gae and google cloud sql(for restore and backup > data). > it work for my project. > > i use very simple servlet way. > > 2012/1/8 John Goche <[email protected]>: > > > > Hello, > > > > I would like to use the Users API of App Engine from Android. > > Here is what I plan to do. On the Android UI I present a from > > where the user enters the username and password and clicks > > OK. From there the data is submitted to Google which allows > > the user to authenticate. This is exactly the part I don't know > > how to do because all examples on the web are for web > > browsers and not for mobile devices like android. > > > > I also don't have a clue of how OpenID or Google Accounts > > or Google mail authentication works. Basically, do I get a cookie > > over SSL which allows me to prove my identity? > > > > Doesn't app engine close the session once the HTTP response is received > > by the client. If so how can I actually stay logged in? > > > > Thanks, > > > > John Goche > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > To post to this group, send email to > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/google-appengine-java?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
