Greetings. I'm trying to determine what the behaviour for a User instance (and the application) is if the Google Account is created *after* a User is instantiated and added to the Datastore.
Scenario 1: a) User instance is created with email = [EMAIL PROTECTED] b) [EMAIL PROTECTED] is crated in Gmail c) Application checks if it has a valid user; if not, user signs in d) User continues to use the application Senario 2: Same as scenario 1 except that the email address is [EMAIL PROTECTED]; somedomain.com is a Google hosted domain with Google Apps. I'm almost 100% sure that the User object in the Datastore has no relevance until the matching account is created. Prior to that it's just taking space in the Datastore but it's otherwise unreachable, at least from the application's point of view, until an account is created and it can be associated with it through the hasValidUser() or the get_current_user() methods. Has Google published any plans to allow sign in through sign ins for third-party domains that are Google hosted? Thanks in advance and cheers, pr3d4t0r http://www.istheserverup.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
