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

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'code_challenge' in 'field list' (42S22) ////vendor/bshaffer/oauth2-server-php/src/OAuth2/Storage/Pdo.php:292

I'm trying to implement an OAuth2 server, and I have to say that I'm having a lot of difficulties, the various officially provided libraries are badly documented, the examples are...

As far a I can tell there is no CSRF protection for the Authorization endpoint, yet this is mandated by https://tools.ietf.org/html/rfc6749#section-10.12: ``` A CSRF attack against the authorization server's authorization...

I tried to use those commands and they don't work: $ sed -i '' 's?"grant"?"http://localhost:8081/lockdin/token"?g' data/parameters.json $ sed -i '' 's?"access"?"http://localhost:8081/lockdin/resource"?g' data/parameters.json probably it should be $ sed -i 's?"grant"?"http://localhost:8081/lockdin/token"?g'...

While I am comfortable with PHP in general, I am not familiar with the PHP framework your code uses. I would like to customize the OpenID connect sample implementation on...

Hey you have an error in your demo app, when I tried the implicit authorization this happened. P.S. The docs on your site are amazing, thanks for all the good...

````````````````` PS C:\xampp-5\htdocs\myoauth> curl -u testclient:testpass http://localhost/myoauth/token.php -d 'grant_type=client_credentials' Warning: require_once(oauth2-server-php/src/OAuth2/Autoloader.php): failed to open stream: No such file or directory in C:\xampp-5\htdocs\myoauth\server.php on line 12 Fatal error: require_once(): Failed opening...

When clicking `Yes, I Authorize This Request` i get `Warning: count(): Parameter must be an array or an object that implements Countable in /srv/vendor/bshaffer/oauth2-server-php/src/OAuth2/Server.php on line 478` in ![screen shot...

Hi, I just want to point out that the link to the demo is no longer available https://brentertainment.com/oauth2 ![88cd2a8932c6154b2677400934b164e4](https://user-images.githubusercontent.com/10196942/35093120-c0951b30-fc41-11e7-8abd-309932afa817.png)