CodeIgniter Forums
Which authentication library ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Which authentication library ? (/showthread.php?tid=11197)



Which authentication library ? - El Forum - 08-29-2008

[eluser]redwiz[/eluser]
i found these 3 auth library freakauth,userauth,redux auth, which is the best and why?

thanks in advance


Which authentication library ? - El Forum - 08-29-2008

[eluser]redwiz[/eluser]
for completeness, i run CI V 1.6.3


Which authentication library ? - El Forum - 08-29-2008

[eluser]Colin Williams[/eluser]
The best one is the one that fits your coding preferences (style, performance, data schemes, etc). We don't know what those are, so it's hard to suggest.

Typically, user object models are pretty specific for a given application, so it's always been a stretch for me to subscribe to a catch-all solution. There are a few areas where things are pretty standard, but ironically, these areas usually come down to core CI stuff (like sessions, db drivers, and encryption).

So the short answer is: Write one tuned specifically to your preferred user object model and authorization scheme.


Which authentication library ? - El Forum - 08-30-2008

[eluser]Bramme[/eluser]
And if you wanna write one yourself: [insert]blatant selfpromotion[/insert]


Which authentication library ? - El Forum - 09-24-2008

[eluser]Randy Casburn[/eluser]
[quote author="redwiz" date="1220072170"]i found these 3 auth library freakauth,userauth,redux auth, which is the best and why?

thanks in advance[/quote]

Please consider this post: Authentication (ACL) - Challenges - Solutions - Dilemmas

Thanks,

Randy


Which authentication library ? - El Forum - 09-24-2008

[eluser]manilodisan[/eluser]
You can also check my sig for a complete authentication package with ACL, user banning, modular expansion, user invitations, user groups, mass mailing and all that sexy stuff Wink