Brent Shaffer

Results 407 comments of Brent Shaffer

If you are using AuthorizationCode or implicit, pass it in as the fourth argument to AuthorizeController::handleAuthorizeRequest.  If you are using ClientCredentials, there is no User ID If you are using...

Good catch! Wow, that's surprising, as from an analytics standpoint this is definitely important info to track.

You must have the curl extension for PHP installed to use this project.  Please enable the cURL php extension, and you'll be good to go — Brent Shaffer On Mon,...

- Change `LockdIn` to `OAuth2_Server` - Change `Demo` to `OAuth2_Client` - refactor `index.php` into something more intuitive - refactor Controller Provider into something more intuitive

All of these have been completed in 6d8b8c0

Some new ideas: - Rename `Client.php` and `Server.php` to `Routing.php`, as all these do is declare the routes for the controller classes - Get rid of `addRoutes` on controller classes,...

+1 can we get this merged?

Yes, I am seeing this same behavior. I've been looking into ways to mitigate this, such as pre-deploy cache warmup. So far nothing stands out as a quick fix.

I am experimenting with using `app/console cache:warmup --env prod`, and if this doesn't work I will try using a Memcache stream wrapper.

@marslangoog we are [already doing that](https://github.com/GoogleCloudPlatform/appengine-symfony-starter-project/blob/master/app/AppKernel.php#L47), and it doesn't seem to matter. Requests take from `.7` to `1.2` seconds.