CodeIgniter 4 Authorization – Tutorial

CodeIgniter 4 Authorization tutorial in English, a way to create a custom middleware and protect zones of our application CodeIgniter 4 Roles and Privileges In this tutorial we are going to manage the roles and privileges, for two types of users called administrator and normal user, first we proceed to create the trait namespace App\Traits; … Read more