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

HOW I created a simple ACL?

I'm reading the documentation

https://docs.phalcon.io/es/latest/reference/acl.html

IAnd I'm checking

https://github.com/phalcon/invo/blob/master/app/plugins/SecurityPlugin.php https://github.com/phalcon/vokuro/blob/master/app/library/Acl/Acl.php

And these examples do not specify where I think there is a file or location or some method required for execution. How do I create a simple acl to test the operation? Since in vokuro and invo they are quite complex

Hello, jeiel!

I am sorry to disappoint you, but ACL constructing hardly be easier, than in INVO example. It's all necessary parts - roles, dispatching, rules. Differences can be only in count of routes.