Hi there, has anyone played with Yii and OAuth 2 server yet ?
I see there is a silex implementation here: https://github.com/bshaffer/oauth2-server-php , which can be used in Yii as well, anybody tried it ?
For me, OAuth is still confusing, what i really need is the equivalent of the 2-legged OAuth-1.1a version but to work with OAuth2. From my understandings, the equivalent of 2-legged is actually the JWT grant type. Has anyone been able to do that with Yii ?
As a little background, i am working on a Yii REST api that will eventually talk with my web application(website) , a few third party partners, and also with a few mobile applications, that is, trying to create an API-CENTRIC application.
For now i am not interested in users allowing third party apps to act in their behalf(that is 3 legged oauth).
If anyone here has knowledge about all these things, please let me know, we can debate the subject further.
Thanks a lot.
I see there is a silex implementation here: https://github.com/bshaffer/oauth2-server-php , which can be used in Yii as well, anybody tried it ?
For me, OAuth is still confusing, what i really need is the equivalent of the 2-legged OAuth-1.1a version but to work with OAuth2. From my understandings, the equivalent of 2-legged is actually the JWT grant type. Has anyone been able to do that with Yii ?
As a little background, i am working on a Yii REST api that will eventually talk with my web application(website) , a few third party partners, and also with a few mobile applications, that is, trying to create an API-CENTRIC application.
For now i am not interested in users allowing third party apps to act in their behalf(that is 3 legged oauth).
If anyone here has knowledge about all these things, please let me know, we can debate the subject further.
Thanks a lot.