Which Authentication/Authorization lib? - 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: Which Authentication/Authorization lib? (/showthread.php?tid=15506) |
Which Authentication/Authorization lib? - El Forum - 02-06-2009 [eluser]coding_hero[/eluser] Hi, I just wanted some input. I'm new to CI (though I have done PHP for years), and am starting my first CI project. I've been looking at the Authentication and Authorization libraries in the Wiki, but wasn't sure which to use. I was wondering if someone with more experience with CI might be able to lend me their wisdom. I am building a pretty simple system, with an Admin user group and an "everyone else" user group. The admins enter all the data, and the "everyone else" only has access to what the admin deems appropriate. All of the "everyone else" users have pretty much the same type of data, just specialized for their company. I was thinking of sending admin users and regular users to two different views (is this how it's usually done?), but I'm still learning my requirements (just got the Use Cases yesterday). Anyway, I hope that's enough information for someone to give me an opinion on what authentication and authorization libraries to use. Which Authentication/Authorization lib? - El Forum - 02-06-2009 [eluser]therealmaloy[/eluser] @gthorne there's a bunch of discussion for this, just look for DX Auth or Redux and some other good libraries out there... Which Authentication/Authorization lib? - El Forum - 02-06-2009 [eluser]davidbehler[/eluser] Try mine Look at my signatur for the link! Which Authentication/Authorization lib? - El Forum - 02-16-2009 [eluser]llbbl[/eluser] should add a poll and list all the available libraries. that would be a interesting thread. Which Authentication/Authorization lib? - El Forum - 02-23-2009 [eluser]jwright[/eluser] [quote author="llbbl" date="1234840419"]should add a poll and list all the available libraries. that would be a interesting thread.[/quote] That's a great idea! I'd like to see that too Which Authentication/Authorization lib? - El Forum - 02-24-2009 [eluser]umefarooq[/eluser] ya sure do it |