cakephp2-php8/cake/libs/controller/components/auth
2011-02-06 16:59:47 -05:00
..
actions_authorize.php Adding ActionsAuthorize. It implements using Acl as the authorization object. 2011-02-03 22:46:26 -05:00
base_authenticate.php Refactoring authentication objects so basic and digest authentication can work without cookies. This makes non browser clients able to use Basic and Digest auth. 2011-02-05 18:41:00 -05:00
base_authorize.php Removing public properties that aren't used anymore. 2011-02-03 22:46:27 -05:00
basic_authenticate.php Fixing comments. 2011-02-06 00:01:52 -05:00
controller_authorize.php Extracting a base class, as it will be needed. 2011-02-03 22:46:26 -05:00
crud_authorize.php Removing the last of actionMap from AuthComponent. Its been moved into the authorization objects. 2011-02-03 22:46:27 -05:00
digest_authenticate.php Reordering parameters to make it easier to remember the order. 2011-02-06 16:59:47 -05:00
form_authenticate.php Extracting common logic into the base class. 2011-02-03 22:46:30 -05:00