authlogic-connect icon indicating copy to clipboard operation
authlogic-connect copied to clipboard

Connecting access_token records with existing users

Open jspooner opened this issue 13 years ago • 1 comments

I came up with a quick little method to check a facebook users email address agains the existing users table to avoid duplicate user records.

This change would need to be scaled out to all the different oauth and open id providers. Since each provider has a different method to retrieve the users email address my code should probably be refractored.

If you have any insight to this problem let me know. I'd be happy extend this functionality.

jspooner avatar Oct 25 '10 19:10 jspooner

Sounds good to me :)

kimptoc avatar May 04 '11 17:05 kimptoc