what would be the best strategy to store information about the users openid. The user must also be able to use different openids, but they have to be linked to the same profile.
In other words, sort of the same what Stack Overflow does.
What should I do?
For the database sofar, I have openid_url and identity as a field. What would be the unique qualifier for a user-profile. What happens the next time the user decides to login with Yahoo instead of google?
I hope I can get a definitive answer here.
Thanks, Richard