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.
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?
Hi Silvester,
nice work so far. Seems pretty good and easy. I just have one little request:
Could you please add the methods
getOptions
andsetOption($name, $value)
to the classAbstractOAuth2Client
? The reson for that is that it would be desirable to set e.g. theredirect_uri
from within an action?Thank you very much, Chris