I am implementing OpenID 2 (and/or OAuth 2) and also using the openidselector on my web application. What should I store in my SQL database so that I can match users up to my data when they login? For example, when a user logs in using Google, Twitter, OpenId or Facebook what key(s) should I store so that I can query other information out of my database? What should I use as a member id?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The unique user information varies depending on which protocol you're using. For OpenID (which Google also uses) the member id is found in the A user table that stores both OpenID Claimed Identifiers and various OAuth services' usernames can be tricky to get right. Be careful. |
|||
|