summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/DefaultAuthenticationFailureHandler.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.7' into 2.8v2.8.8Fabien Potencier2016-06-291-1/+1
|\ | | | | | | | | | | * 2.7: removed dots at the end of @param and @return fixed typo
| * removed dots at the end of @param and @returnv2.7.15Fabien Potencier2016-06-281-1/+1
| |
* | deprecate finding deep items in request parametersChristian Flothmann2015-09-301-1/+2
|/
* [DX] Attempt to improve logging messages with parametersIltar van der Berg2015-01-161-2/+2
|
* Remove aligned '=>' and '='Disquedur2014-11-041-3/+3
|
* [DX] Moved constants to a final classIltar van der Berg2014-09-291-3/+3
|
* [Security] made it possible to override the default success/failure handlerFabien Potencier2014-09-231-9/+29
|
* fixed CSFabien Potencier2014-09-221-2/+2
|
* made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-1/+1
|
* Added doc commentsPiotr Antosik2013-09-191-1/+1
|
* Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-091-1/+1
|
* Added failure_path_parameter to mirror target_path_parameterLeevi Graham2012-12-061-3/+8
|
* [Security] Add note to CHANGELOG about refactored authentication ↵Alexander2012-07-081-23/+10
| | | | failure/success handling [Security] Various CS + doc fixes [Security] Exception when authentication failure/success handlers do not return a response [Security] Add authors + fix docblock
* [Security] Move default authentication failure handling strategy to seperate ↵Alexander2012-07-081-0/+100
class [Security] Update configuration for changes regarding default failure handler [Security] Fixes + add AbstractFactory test for failure handler