oauth2yii icon indicating copy to clipboard operation
oauth2yii copied to clipboard

An OAuth2 client / server extension for the Yii framework

Results 2 oauth2yii issues
Sort by recently updated
recently updated
newest added

Hi, I configured "yii" with parameters explained into readme and i receive token perfectly. I have a client and a server, two into the same server(api and frontend and api...

Since a stream opened with php://input can only be read once, you shouldn't directly use it. Now you are using it in \OAuth2\Request::getContent(), so, for instance, after the Yii::app()->oauth2->checkAccess(), it's...