cakephp2-php8/lib/Cake/Test/Case/Controller/Component/Auth
mark_story 275385d676 Add test covering basic auth reading from headers.
In some FastCGI setups basic auth values will only be present in the
header. Fallback to reading that value if the PHP_AUTH super globals are
empty.

Refs #9365
2017-04-28 21:49:27 -04:00
..
ActionsAuthorizeTest.php Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
BasicAuthenticateTest.php Add test covering basic auth reading from headers. 2017-04-28 21:49:27 -04:00
BlowfishAuthenticateTest.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00
ControllerAuthorizeTest.php Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
CrudAuthorizeTest.php Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
DigestAuthenticateTest.php Handle query string arguments in digest auth data. 2014-10-17 23:12:41 -04:00
FormAuthenticateTest.php Replacing self with static due to PHP5.3+. Following #7040. 2015-07-21 10:22:53 +02:00