When signing up while having multiple email addresses at GitHub, not the primary one is used but the first one returned. I have signed up, but `email@example.com` is not my primary email address (it's an example, of course). ``` json { "data": [ { "user_id": 99999, "username": null, "email": "email@example.com", "display_name":"Andreas Möller", "password": "githubToLocalUser", "photo_url": null, "created_at": "2014-12-06 19:16:03", "state": null } ] } ``` Blocked by https://github.com/hybridauth/hybridauth/pull/360.
When signing up while having multiple email addresses at GitHub, not the primary one is used but the first one returned.
I have signed up, but
email@example.comis not my primary email address (it's an example, of course).{ "data": [ { "user_id": 99999, "username": null, "email": "email@example.com", "display_name":"Andreas Möller", "password": "githubToLocalUser", "photo_url": null, "created_at": "2014-12-06 19:16:03", "state": null } ] }Blocked by hybridauth/hybridauth#360.