cakephp2-php8/cake/tests/cases/libs/controller/components/auth
2011-02-20 21:52:20 -05:00
..
actions_authorize.test.php Fixing failing test. 2011-02-03 22:46:30 -05:00
basic_authenticate.test.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
controller_authorize.test.php Adding file headers. 2011-02-03 22:46:26 -05:00
crud_authorize.test.php Removing $request->query[url]. This simulated value is also available at $request->url, and having it in the query array confuses things, as GET[url] no longer exists. 2011-02-20 21:52:20 -05:00
digest_authenticate.test.php Reordering parameters to make it easier to remember the order. 2011-02-06 16:59:47 -05:00
form_authenticate.test.php Adding a response parameter to authenticate() both basic and digest auth need to set response headers. 2011-02-03 22:46:30 -05:00