Hi Guys, I'm building a java app that serves content to multiple mobile devices running a phonegap-style native/web app. I'm looking for a way to have these devices only have to register once then be authenticated for all futher requests to appengine. >From what I've read OAuth seems like a good fit but that would restrict me to using google accounts for authentication. Is OAuth even suitable for this, do the tokens expire? Is there a simpler way to achieve this in java by saving session objects for example without majorly compromising security?
Any help would be much appreciated! Thanks, Martin -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/yH_MYYDC2zgJ. 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.
