Antonio Pauletich

Results 48 comments of Antonio Pauletich
trafficstars

@ricohumme Thanks for the PR. You've targeted the v3 branch with this PR, but it looks like you've originally branched from master so there's a bunch of breaking changes in...

@SyneticDevOps Yes, that's correct. We'll tag a new release soon(ish).

@lebadapetru Please give us an example of the requests (a curl request would be great).

@tkuska It's probably the same case as https://github.com/trikoder/oauth2-bundle/pull/219.

The routes for the endpoints are defined here: https://github.com/trikoder/oauth2-bundle/blob/v3.x/Resources/config/routes.xml I'm not sure what are you trying to do - a client credentials grant request or an authorization code grant request?...

You can find the auth code grant documentation here: https://github.com/trikoder/oauth2-bundle/pull/177/files The endpoint URL depends on how you've imported the `routes.xml` from the bundle in your project (with or without some...

@froozeify I don't have the time atm to fully review this PR. But just taking a quick look I can't help but notice the removal of the `exception_event_listener_priority` config option...

@Orkin I'd prefer Carbon over Chronos. 1. Carbon is a lot better maintained (it gets one or two releases per month vs Chronos which gets a couple of releases per...

@Orkin How did the entire `disable access token saving` feature end up on this branch? :smile: Also some tests are missing the call to `CarbonImmutable::setTestNow(null);` in the teardown method.

@Orkin What is the exact reason why we can't support both PHP 7.2 and PHP 8.0 at the same time (and in 3.x so that we don't have to wait...