CodeIgniter Forums
What's the best practice for User Authentication? - 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: What's the best practice for User Authentication? (/showthread.php?tid=23175)



What's the best practice for User Authentication? - El Forum - 10-02-2009

[eluser]Unknown[/eluser]
I've done some searching and found a few different libraries and tutorials on how to do User Authentication for CI.

My question is, is there a User Authentication library out there that most CI developers use? Or do most people develop their own?

I'm just trying to determine what the common consensus is. If there is one.

Thank you!


What's the best practice for User Authentication? - El Forum - 10-02-2009

[eluser]InsiteFX[/eluser]
Most end up developing their own but there are some very good ones in the Ingnited Code.

Personnaly I use Auth 1.0.6
It's small and fast.

Enjoy
InsiteFX