Hello,

I am using federated login for authentication.  So far everything is
working and I can successfully auth against gmail, blogspot, launchpad
etc.  The question I have is whether I should be using the
User.federated_identity or User.user_id values to store a persistent
key in a UserProfile model I'm building?  Both seem to be unique but
I'm curious as to how the user_id value is being generated .  Is it
computing a hash of sorts from the federated_identity?  If not, is the
API storing every federated_identity that it sees indefinitely?  I
don't really care either way, I just want to make sure that my
users.User and UserProfile models match up.

Thanks!

Ben

-- 
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.

Reply via email to