CodeIgniter Forums
Authentication Script - 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: Authentication Script (/showthread.php?tid=2505)



Authentication Script - El Forum - 08-09-2007

[eluser]Kemik[/eluser]
Hello all,

Just wondering whether you think I should code my own authentication script (login, logout, register, forgotten password, remember me).

I can code the register script and the admin backend so I don't really need a full featured plugin but I've never really dove in to cookies and managing how the user would login with CI. I'll also need to be able to call to see if the user is logged in, an admin, etc.

By using a full featured plugin such as FreakAuth I can simply use it straight away after a few tweaks and it'll be easy enough to upgrade later. Plus, the script is very detailed in how it manages the user.

Are there any other auth plugins that I should look at and are still in active development?

Thanks.


Authentication Script - El Forum - 08-09-2007

[eluser]johnwbaxter[/eluser]
I think something like simpleauth is the best route to go for you. It is fairly simple and easy to modify.

I'm not saying that freakauth and similar aren't any good, they are excellent, it is just that they are overkill for me, i need something i can look at and understand quickly.

If you are serious about your security, make sure whatever you go for either has salt or is easy for you to throw salt into.

Good Luck.


Authentication Script - El Forum - 08-09-2007

[eluser]Kemik[/eluser]
I cannot find any reference to simpleauth on the forums or on the wiki. Do you mean auth, or simplelogin?

As for salt, I don't follow? Tongue


Authentication Script - El Forum - 08-09-2007

[eluser]johnwbaxter[/eluser]
Oh yes, simplelogin is the one. Sorry!

Salt http://en.wikipedia.org/wiki/Salt_(cryptography)


Authentication Script - El Forum - 08-15-2007

[eluser]mb2007[/eluser]
Is there a other resource for simplelogin? The panda link works, but the download doesn't end.


Authentication Script - El Forum - 08-15-2007

[eluser]johnwbaxter[/eluser]
I've got the zip, pm me your e-mail address and i'll send it to you.