Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 884 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 884 Bytes

AACL

AACL is (yet) Another ACL library for Kohana 3. Ported to Jelly ORM.

Based on banks AACL

Auth integration: Users and Roles

AACL uses kohana auth and, optionally, jelly-auth.

  1. Users and roles have a many-to-many mapping
  2. Roles are non-hierarchical and no role is given special treatment
  3. The only exception to 2. is the 'login' role which all active users must have. In reality you may choose to special case this in a UI and represent it as an 'active account' checkbox rather than requiring end-users to understand that it is different from other roles.

ORMs

"AACL ships with a Sprig based Rule model and Sprig based class for easily turning Sprig models into Access Controlled Resources." I modified AACL classes to deal with Jelly ORM