geggleto-acl icon indicating copy to clipboard operation
geggleto-acl copied to clipboard

PSR-7 Zend ACL implementation - Permission Library [ slim, psr7, acl, permissions, zend ]

Results 3 geggleto-acl issues
Sort by recently updated
recently updated
newest added

The current behaviour of the middleware is to send a 401 response. To customize that behaviour, I have to copy/paste the middleware to change it. The package update process is...

Hello, I was thinking about the usage of the ACL in the applications, and the granularity of it. I'm thinking this because we might give a deeper level of verification,...

Hi, I'm using Slim v3 and I want to secure a single group with ACL. I have a "problem". When I secure a group like this: ``` $app->group('/extremelyLongStringThatIsNotFunToType', function() {...