Log message #3150700

# At Username Text
# Jan 30th 2014, 22:03 Ceeram you dont need to make a plugin anymore
# Jan 30th 2014, 22:03 chance_ auth im gonna use
# Jan 30th 2014, 22:03 chance_ to make this advanced rbac plugin
# Jan 30th 2014, 22:03 chance_ so what parts of cake do u recommend i use ceeram
# Jan 30th 2014, 22:02 todds ah, gotcha
# Jan 30th 2014, 22:02 Ceeram but it will handle auths authorization using the several adapters
# Jan 30th 2014, 22:02 Ceeram you need to build that yourself
# Jan 30th 2014, 22:02 Ceeram also it does not include the permission management part
# Jan 30th 2014, 22:02 chance_ correct
# Jan 30th 2014, 22:01 Ceeram so you need to combine a few things to get it working
# Jan 30th 2014, 22:01 Ceeram and also row level acl, as in configurable per user record
# Jan 30th 2014, 22:01 Ceeram and dbacl
# Jan 30th 2014, 22:01 Ceeram user habtm role/group whatever
# Jan 30th 2014, 22:01 Ceeram yes
# Jan 30th 2014, 22:01 the-neon perhaps that would be useful
# Jan 30th 2014, 22:01 the-neon as an extension to ACL?
# Jan 30th 2014, 22:00 Ceeram chance_: i wont, already built it
# Jan 30th 2014, 22:00 chance_ if i make this open source? who will pitch in?
# Jan 30th 2014, 22:00 Ceeram well not without additional code
# Jan 30th 2014, 22:00 Ceeram todds: no, cakephp acl cannot handle multi group
# Jan 30th 2014, 22:00 chance_ and i needa be able to edit the perms in a db
# Jan 30th 2014, 22:00 the-neon but it needs a custom way to provide permissions via a back-end
# Jan 30th 2014, 21:59 todds why build his own vs ACL? ACL provides the framework for all of what he's described
# Jan 30th 2014, 21:59 the-neon TinyAuth supports multiple roles per user
# Jan 30th 2014, 21:59 chance_ its not best suited for what i just wrote last
# Jan 30th 2014, 21:59 Ceeram why not?
# Jan 30th 2014, 21:59 chance_ right? haha
# Jan 30th 2014, 21:59 chance_ no
# Jan 30th 2014, 21:59 Ceeram gonna be fun
# Jan 30th 2014, 21:59 Ceeram and you dont want to use cakephp acl?
# Jan 30th 2014, 21:59 chance_ yes
# Jan 30th 2014, 21:59 chance_ thats what imma do aparently
# Jan 30th 2014, 21:59 Ceeram and must be configurable permissions?
# Jan 30th 2014, 21:58 chance_ yeah
# Jan 30th 2014, 21:58 BackEndCoder its one table
# Jan 30th 2014, 21:58 BackEndCoder make your own
# Jan 30th 2014, 21:58 chance_ thats what i need
# Jan 30th 2014, 21:58 chance_ Ability to assign users to groups, Ability to assign various roles to users and groups, Ability to limit controller/action pairs to specific roles
# Jan 30th 2014, 21:57 Ceeram the-neon: howdy
# Jan 30th 2014, 21:57 the-neon Ceeram :)
# Jan 30th 2014, 21:56 Ceeram thats not rbac