CodeIgniter Forums
auth sample starter for CI4 - 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: auth sample starter for CI4 (/showthread.php?tid=69626)



auth sample starter for CI4 - visualsol - 12-26-2017

I've updated my CI4 proof of concept app starter with view theme and login / Auth - it uses a nifty little package called gatekeeper.
Please contribute...

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


RE: auth sample starter for CI4 - XtreemDeveloper - 12-26-2017

You can use CI-3 auth code in CI-4


RE: auth sample starter for CI4 - visualsol - 12-26-2017

(12-26-2017, 07:02 AM)XtreemDeveloper Wrote: You can use CI-3 auth code in CI-4

You can, but this starter is taking advantage of PSR4 capabilities in CI4 and demonstrating how one could incorporate a theme in CI4.  Not only that, but CodeIgniter itself is loaded via composer.


RE: auth sample starter for CI4 - InsiteFX - 12-27-2017

Not really, there are some big differences in CI4.


RE: auth sample starter for CI4 - skunkbad - 12-27-2017

(12-26-2017, 08:59 AM)visualsol Wrote: ... taking advantage of PSR4 capabilities ...

This is not anything to write home about. I'm all for using Composer, and using PSR4 autoloading is fine, but it doesn't significantly improve anything.