Sounds like you want OpenId This may help: http://code.google.com/appengine/docs/java/users/
Extract: Note: The 1.3.4 release includes support for authentication via OpenID as an experimental feature. OpenID allows users to authenticate by supplying a URL that identifies them with an OpenID provider, a service where the user has previously created an account. Because OpenID support is an experimental feature, the API may change in future minor releases of the SDK. Let us know what you think! On Jul 23, 4:09 pm, cghersi <[email protected]> wrote: > Good afternoon, > > I'm very new to GAE, and I cannot understand how may I merge the > account management for users having and not having a Google account. > > I would like to have a single sign-in page (google style) where users > with google accounts can type their Google credentials and enter in my > app, while users without google accounts can type their "MyApp- > customized" credentials and enter the same. > > Is it feaseable? > > Or do I have to create my own Users table and replicate the users > accounts for the users provided with Google accounts? > > Thank you very much! > > Bye -- 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.
