cakephp2-php8/lib/Cake/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
..
AbstractPasswordHasher.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ActionsAuthorize.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
BaseAuthenticate.php Have BaseAuthenticate implement CakeEventListener instead 2014-11-22 13:31:38 -05:00
BaseAuthorize.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
BasicAuthenticate.php Add test covering basic auth reading from headers. 2017-04-28 21:49:27 -04:00
BlowfishAuthenticate.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
BlowfishPasswordHasher.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ControllerAuthorize.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
CrudAuthorize.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
DigestAuthenticate.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
FormAuthenticate.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
SimplePasswordHasher.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00