CodeIgniter Forums
Reference authentication library for CI4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: Reference authentication library for CI4 (/showthread.php?tid=74452)



Reference authentication library for CI4 - futureisnow - 09-25-2019

Hi,
I found there is no authentication library at CI4 by default. However I am curious if there is a reference 3rd party auth(or security) library that you can recommend to use?

Cheers and thanks!


RE: Reference authentication library for CI4 - skunkbad - 09-25-2019

I started working on this one a while back, and at the time had it working with CI4:
https://packagist.org/packages/skunkbad/php-universal-authentication


RE: Reference authentication library for CI4 - MGatner - 09-25-2019

CodeIgniter’s own Lonnie (kilishan) has a working authentication library in prerelease:
https://github.com/lonnieezell/myth-auth

I use it myself, and there have been a small handful of contributors making great changes recently.


RE: Reference authentication library for CI4 - futureisnow - 09-25-2019

(09-25-2019, 03:30 AM)MGatner Wrote: CodeIgniter’s own Lonnie (kilishan) has a working authentication library in prerelease:
https://github.com/lonnieezell/myth-auth

I use it myself, and there have been a small handful of contributors making great changes recently.
It is exactly what I looked for. Thank you!


RE: Reference authentication library for CI4 - snelledre - 09-25-2019

Another good one is ion-auth.

https://github.com/benedmunds/CodeIgniter-Ion-Auth/tree/4