geggleto-acl
geggleto-acl copied to clipboard
PSR-7 Zend ACL implementation - Permission Library [ slim, psr7, acl, permissions, zend ]
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() {...