silvester / ReverseOAuth2

Another OAuth2 client for ZF2. It provides clients for github, google, facebook and linkedin. It also provides a standart authentication adapter for zend auth. Others soon to come.
35 stars 24 forks source link

encoding bug #17

Closed serusko closed 10 years ago

serusko commented 10 years ago

login crashes always if no encoding chosen

silvester commented 10 years ago

Is it possible to provide a unit test for it ?

In which cases does it fail ?

Thank you.

kaidoj commented 10 years ago

Yup. Same problem. This fix did fix it for me.

silvester commented 10 years ago

The problem was back then when the library was done, I think google would give back an error when a header was added. But if it works right now, will merge the PR.