oauth2-demo-php icon indicating copy to clipboard operation
oauth2-demo-php copied to clipboard

A demo application for running an OAuth2 server

Results 31 oauth2-demo-php issues
Sort by recently updated
recently updated
newest added

The docs for Guzzle says to use this in composer: { "require": { "guzzlehttp/guzzle": "4.*" } } but you are still using: "guzzle/guzzle": "~3.7"

This demo is using the `dev-master` version of Silex but the `UrlGeneratorServiceProvider` has been removed in version 1.2. You can work around this by changing `dev-master` to `1.1.2` in the...

run : ./composer.phar install notice : Your requirements could not be resolved to an installable set of packages. Problem 1 - guzzle/guzzle v3.8.1 requires ext-curl \* -> the requested PHP...

Most social sites\* can give user data by Oauth2 access token. This obviously needs saving user ID along with access code and token. How can one do this with your...

Include instructions on running this on a built-in PHP server (i.e. `php -S localhost:9000`)

Hi, This is more like a question than an issue, i think... But after installing the demo app via composer (following the README file) and up to the point where...

I am passing a required scope to the : public function verifyResourceRequest(OAuth2_RequestInterface $request, OAuth2_ResponseInterface $response, $scope = null) like so : $server->verifyResourceRequest($app['request'], $response, $scopeRequired) And it is returning the following...

Using the Authorization Grant flow, everything is working fine in the demo and then it seems like when the access token is expired It is throwing this error : `Fatal...

Lots of people get pointed here, but how is it to understand what's going on unless you have an understanding of silex? The ansewr is... **very hard!!**. This is suppsed...