Hi Andreas, When a user logs into your app it sets a cookie, that's how it knows they're logged in. You should only see the user as logged in if they have hit a 'login url' on your app. Are you seeing something different? If you're seeing something different have you cleared your cookies / tried a fresh browser?
Robert On Wed, Jun 8, 2011 at 17:20, andreas schmid <[email protected]> wrote: > hi, > > im wondering how i can differ between users that explicitly logged in into my > app with federated login and users that for example have a google cookie in > their browser. > users.get_current_user() is returning a user in both cases right? > or does a users.get_current_user() return only users logged into my app via > federated identity ? > > i need to create a user profile for users of my app but i don't want to > create a profile for everybody that checks out my app and maybe has a cookie > set. > how do i see if a user went through my apps login or not? > > thank you. > > -- > 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. > > -- 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.
