ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
495 stars 343 forks source link

acl? #547

Closed ghost closed 9 years ago

ghost commented 9 years ago

Does this have any sort of acl? If so where would I look into it?

Danielss89 commented 9 years ago

For authorization, take a look at BjyAuthorize(ACL), ZfcRbac(RBAC) or Eye4webAbac(ABAC)