![]() |
Authentication Module for CI4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13) +--- Thread: Authentication Module for CI4 (/showthread.php?tid=81600) |
Authentication Module for CI4 - msnisha - 03-24-2022 I have created a JWT based authentication module for CodeIgniter 4 it supports role based authorization. It is built from scratch exclusively for CodeIgniter 4. So will be a good one if you start a new project in CodeIgniter 4. The repository is available at https://github.com/msnisha/codeigniter-jwt and detail writeup about the usage is available at my blog aboutfullstack.com at https://aboutfullstack.com/codeigniter/codeigniter-4-security-module-jwt-rolebased-permissions-etc/ If you want additional features or some defect please feel free to let me know I will address them as soon as possible. |