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

Setting options programatically #7

Closed chrisgahlert closed 11 years ago

chrisgahlert commented 11 years ago

Hi Silvester,

nice work so far. Seems pretty good and easy. I just have one little request:

Could you please add the methods getOptions and setOption($name, $value) to the class AbstractOAuth2Client? The reson for that is that it would be desirable to set e.g. the redirect_uri from within an action?

Thank you very much, Chris

silvester commented 11 years ago

Makes sense. I will look into it tomorrow.

Lp. Silvester

chrisgahlert commented 11 years ago

Thanks! :+1:

silvester commented 11 years ago

Added client options object and some documentation. thanks for the idea.

Lp. Silvester