Vui

Results 103 comments of Vui

I wonder can a PriorityQueue allow smallest priority number to be at the front of the queue? Because some people might use 1 as highest priority (like me :p) .

Give it a try at here: https://github.com/thephpleague/oauth2-server-bundle

> Hi, TBH I don't know how we could solve issue. Personally, I've not used doctrine resettable bundle so I cannot help you. I've only used this https://github.com/k911/swoole-bundle/blob/develop/src/Bridge/Doctrine/ORM/EntityManagerHandler.php and it...

I uninstalled the other bundle but unfortunately the test result still the same. I got no timeout when i fetch single data from database but timeout when fetching all data...

I need some hooks for my projects too especially after deployment success and in the middle of deployment, because every new project i deploy i need to upload some private...

The `expires` you mean is from decoding a JWT right? If so, you may take a look at #1010 .

I think this is a good suggestion for extensible provider, by changing private method to protected method and provide getter method for properties. I can make a PR for this...

Hi, can you post your `security.yaml` here?

> hi, someone can help me ? I can't reproduce your issue because my custom authenticator is working fine. I wonder is it because of the refresh token feature? How...