Hi- I am creating an app that requires users to log in to save settings, etc.
As this is a project for a commercial client, I have looked into ways to "roll my own" authorization and authentication but of course that is a lot of work. Is there any way to customize the normal Google User Service so that the login can be more compact, perhaps shown just in a small window, rather that a redirect to a new page? (using the code: signInLink.setHref(loginInfo.getLoginUrl()); ) Or some other way that isn't so distracting with user's being taken away from the main site? I'm not really into the OpenID solutions for the same reason. Alternatively, are there any open source libraries that can be used to create a user sign-in system that is exclusive to a particular app, perhaps using Datastore to store users and user data that has all the typical sign in features, such as "forgot password", etc.? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
