Welcome Guest, Not a member yet? Register   Sign In
Login library/class?
#1

[eluser]coldscooter[/eluser]
Is there a nice login library that is worth using over the standard CodeIgniter session class?

Something that considers user permissions etc?

Thanks in advance.
#2

[eluser]WanWizard[/eluser]
Other then a login system probably using sessions, there is no relation between login (which is an application function) and session (which is a system state mechanism).

There are plenty of CI authentication systems available, like IonAuth, TankAuth, AGauth and probably dozens more. A search would probably help.
#3

[eluser]digital_frog[/eluser]
Ion_Auth can classify users into groups, and by identifying those groups you can create permissions. I am using this on a project and recommend it.

PyroCMS and Bonfire are built on CodeIgniter and are closer to CMS systems than basic libraries, but they both have a pre-made auth system as well as permissions/roles with a fancy UI.




Theme © iAndrew 2016 - Forum software by © MyBB