User permission check steps in CakePHP

Posted by bancer on Stack Overflow See other posts from Stack Overflow or by bancer
Published on 2010-04-23T22:57:01Z Indexed on 2010/04/23 23:03 UTC
Read the original article Hit count: 137

Filed under:
|
|

I want to understand the sequence of steps how it is verified that a user has permission to particular application page ('Acl', 'Auth', 'Security' components are used). For example, a visitor clicks a link on another site that directs him to my application. What is the sequence of steps that my application does to verify that this user has access to the page? What controllers and methods are called?

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about permissions