logical-and / php-oauth

Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods
https://packagist.org/packages/and/oauth
MIT License
43 stars 13 forks source link

Fix problems with raw email arrays from Github #45

Closed OzzyCzech closed 3 years ago

OzzyCzech commented 9 years ago

I have problem with Github Extractor and getEmail() this function returns only first character of first email.

0 => "abcde@omdesign.cz"
1 => "abcd@gmail.com"
2 => "abcdef@eee.com"

Look on https://github.com/logical-and/php-oauth/blob/master/examples/github.php#L40 example have it right

OzzyCzech commented 9 years ago

How it's look with this PR

OzzyCzech commented 8 years ago

Will be possible merge this request?

OzzyCzech commented 6 years ago

Any news about that?