Thanks for the gem. It works nicely except in one scenario.
In my app email address is key so I have setup such that email must be provided.
I first login through facebook with email [email protected] . So now I have a record in the database for john. I use before_rpx_auto_create hook.
Now if I login through google.com using the same email address [email protected] then even though the rpx box says I am loggin through google.com the signed_in? method of devise returns false.
Any thoughts on this issue.
Thanks