CodeIgniter Forums
Simple authentication - 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: Simple authentication (/showthread.php?tid=5192)



Simple authentication - El Forum - 01-10-2008

[eluser]atomless[/eluser]
Hello all,

I'm a bit of a newbie to all this so please bear with me.

I'm looking to set up a simple user sign up process within CI and would like the code to be as simple/light as possible - I have had a look at Freakauth light authentication API but feel that it does too much and seems overly complex to me - Anyone have experience with the alternatives like Auth or simple authentication library?

just a simple sign up with username, password, email and no catchpa would be fine - with confirmation email.

thanks in advance,

James


Simple authentication - El Forum - 01-11-2008

[eluser]Chris Newton[/eluser]
I've used Simple authentication library, and it worked great. Since then I've switched to erkanaauth, which is even lighter weight and stays out of my way so that I can program my own requirements for sign up and authentication.


Simple authentication - El Forum - 01-11-2008

[eluser]atomless[/eluser]
Erkana looks like it's exactly what I was looking for - thanks for responding to my post!


Simple authentication - El Forum - 01-11-2008

[eluser]Neovive[/eluser]
Does anyone have the latest version of Erkana with the modifications mentioned in the thread?