Brent Shaffer

Results 184 issues of Brent Shaffer

Yes, I deleted the master branch. Any composer references to `dev-master` will no longer work. Please update your code to use the latest tag (`0.4`)

Implement integration with the security component: http://symfony.com/blog/new-in-symfony-2-4-customize-the-security-features-with-ease

The [`Jwt`](https://github.com/bshaffer/oauth2-server-php/blob/develop/src/OAuth2/Encryption/Jwt.php) encryption class has the header hardcoded in the `encode` function, and requires quite a bit to override. We should make `sign` protected, and make the headers editable (or...

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

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...

There is no reason to have a log directory on Google Cloud Storage, since all logs are sent to the cloud logger (via SysLog presumably). We need to verify this...

Add some E2E tests > Tests are fun. > Tests are great. > Without some tests > This code will break! \- Ancient Proverb, Source unknown

Additionally: - drop support for `guzzlehttp/guzzle:v6` - drop support for `psr/cache:v1` and add support for `psr/cache:v3` (dev only)

fixes https://github.com/firebase/php-jwt/issues/543 Without setting the cached item expiry every time, the expiry is not persisted. In order to address this, we cache an array instead of an integer for the...