CodeIgniter Forums
CI4 and themes, incorporating authentication library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: CI4 and themes, incorporating authentication library (/showthread.php?tid=67526)



CI4 and themes, incorporating authentication library - visualsol - 03-05-2017

I gave a stab at putting together a base controller which incorporates themes and uses a library called Gatekeeper for authentication.
It's by no means perfect nor complete, just a few hours of effort.  The cool thing is that PSR4 works great so the library worked perfectly (at least for a proof-of-concept).


https://github.com/boblennes/Codeigniter4-ThemesAndLogin

Hope it helps someone...
Bob