We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

ACL on ODM

Is ACL working with the ODM?



98.9k
Accepted
answer

ACL is intended to control which resources in your application can be accessed by certain role.

ODM allows to interfact with Mongo Collections.

If what you need is an ACL whose data is stored in Mongo, check this adapter out: https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Acl/Adapter