Folks,

I am planning to develop a client-server application. The client will be an 
iPhone/Android application. The server will be running on App Engine. I 
intend to implement only SOAP based services on the server side.

One issue that I need to resolve is that of authentication. In the iPhone 
app, I can pop up a form for the user to enter gmail address and password. 
The idea is to pass in the username and password over to the server. 
However, I don't know if App engine exposes any API that takes 
username/password and returns a login token for the user.

I would appreciate your help if you can point me in the right direction. 
Also, if there is a better way to handle authentication, please share it 
with me.

Regards,
Peter

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to