CodeIgniter Forums
Best Login and Authorization Ideas - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Best Login and Authorization Ideas (/showthread.php?tid=82894)



Best Login and Authorization Ideas - dum1 - 08-31-2022

I'm trying to login and authorize for a CI4 application, I want to build my own system and am more concerned with the general idea that is best suited for CI4.
ป๊อกเด้งออนไลน์
From what I understand is a good solution would be to create a base controller which in the constructor should start a session e.g.


RE: Best Login and Authorization Ideas - kenjis - 08-31-2022

If you try to build a real site, use https://github.com/codeigniter4/shield

If you try to learn how to build login and authorize system, read the code of Shield.


RE: Best Login and Authorization Ideas - InsiteFX - 09-01-2022

Sheild gets most from here Paragon Initiative Enterprises Blog.

Implementing Secure User Authentication in PHP Applications with Long-Term Persistence (Login with "Remember Me" Cookies)