CodeIgniter Forums
User Auth Recommendation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: User Auth Recommendation (/showthread.php?tid=36401)



User Auth Recommendation - El Forum - 11-30-2010

[eluser]mabright[/eluser]
I have finally gotten my site to the point where I am ready to focus on user authentication. I will have public users and also admin users which will be directed to a control panel. I have written auth logic before in my old site but I want to make sure I am using the most secure techniques.

Can anyone recommend an existing library or tutorial?


User Auth Recommendation - El Forum - 11-30-2010

[eluser]Flak[/eluser]
ION AUTH.


User Auth Recommendation - El Forum - 11-30-2010

[eluser]smilie[/eluser]
+1 for Ion Auth, been using it couple of days now, does everything I need :-)

Cheers,
Smilie


User Auth Recommendation - El Forum - 11-30-2010

[eluser]mabright[/eluser]
Thanks, I am looking at it now.