You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our web app is built around Ruby on Rails 3. We use the linkedin rubygem to integrate the LinkedIn API.
We have successful Linkedin sign-in and registrations, but at rare cases (occurring twice or thrice a year so far), a user logins/registers via LinkedIn but a totally different and unconnected user shows up. (UserA enters LinkedIn credentials for the permissions, but some LinkedIn UserB gets returned). We don't get why this happens at all.
Hi All
Our web app is built around Ruby on Rails 3. We use the linkedin rubygem to integrate the LinkedIn API.
We have successful Linkedin sign-in and registrations, but at rare cases (occurring twice or thrice a year so far), a user logins/registers via LinkedIn but a totally different and unconnected user shows up. (UserA enters LinkedIn credentials for the permissions, but some LinkedIn UserB gets returned). We don't get why this happens at all.
Here is the code snippet for the OAuth url:
The bug highly makes it insecure for users. Could someone help?
The text was updated successfully, but these errors were encountered: