![]() |
Access Control List (ACL) Support - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: Access Control List (ACL) Support (/showthread.php?tid=65636) |
Access Control List (ACL) Support - davidgv88 - 07-05-2016 Most times I've developed a project've always needed an Access Control List (ACL) to define which users have access to the controllers. I've always installed the library zend-permissions-acl through composer and creating a hook to check access. Do you think that Codeigniter 4 must include a simple ACL support? RE: Access Control List (ACL) Support - InsiteFX - 07-05-2016 No that should be a third Party addon not built into CI. |