![]() |
What authentication system for my... web apps? - 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 authentication system for my... web apps? (/showthread.php?tid=11162) |
What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]jbrozz[/eluser] Hello boys, I need an info. Why class, library or system i can use to authenticate users in my web apps? ![]() What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]markanderson993[/eluser] I recommend using FreakAuth, you can use it to register, login, logout, activate and change passwords for users. It also comes with a useful demo that you can break apart and bend to your will. Good luck What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]jbrozz[/eluser] thanks for reply, but is compatibile with 1.6.x release? because I see that is really compatible with 1.5.x CI release What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]drewbee[/eluser] Write your own. It takes all of the better of an hour ![]() What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]jbrozz[/eluser] yeah... you are reason... brozz_auth! XD What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]Colin Williams[/eluser] It really is quite simple. I don't think you necessarily need to use one of the contributed libraries, but the Wiki is full of them. What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]jbrozz[/eluser] yes, thanks for reply ![]() What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]Dave Rau[/eluser] I've been trying redux_auth, but it's all a little too abstract for me still. I'm only about 3 days into codeigniter so far. What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]jbrozz[/eluser] tomorrow i'll test the FreakAuth... What authentication system for my... web apps? - El Forum - 08-28-2008 [eluser]johnwbaxter[/eluser] My vote goes to redux auth |