The existing Google user login support works very well, but it's intimidating to new users who are sometimes reluctant to give an unknown site their treasured Google ID, especially given the stern warnings on the Google-supplied page. And some people don't have a Google ID, and don't want to make one.
So, I need to provide a friendlier custom login page. But App Engine doesn't support https connections from a non-appspot domain, right? So, it's currently impossible to provide a secure login experience, correct? Putting aside https, once I get the user's login info, I suppose I could validate using the existing user library calls, and just store the data in Google Accounts ... or simply put it in my own model. Is there a simple cookbook for handling this whole login issue? Is there an accepted practice? This seems quite fundamental, but I can't find a good answer anywhere. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
