CodeIgniter Forums
Auth library with groups, roles, and permissions - 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: Auth library with groups, roles, and permissions (/showthread.php?tid=61184)



Auth library with groups, roles, and permissions - El Forum - 10-08-2014

[eluser]regcoll[/eluser]
Hello,

I'm choosing a Codeigniter Auth library to use in a project. There are many good options but I can't find one with the following functionality:

- Users are members of 1 or more groups.
- Inside the group there are different roles and permissions - some users can edit other users of the same group, some can see others' transactions, some can do both, etc.
- Same user would have different permissions in different group.

Most Auth libraries do first, some do second, but I couldn't find any that will have customisable roles per group.

Thanks