summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/DefaultAuthenticationSuccessHandler.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.0' into 3.1Fabien Potencier2016-06-291-1/+1
|\ | | | | | | | | | | | | | | | | | | | | * 3.0: fixed CS fixed CS fixed form tests [Console] Fix formatting of SymfonyStyle::comment() [Form] fix post max size translation type extension for >= 2.8 removed dots at the end of @param and @return fixed typo
| * 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
| | |
* | | Adding new TargetPathTrait to get/set the authentication "target_path"Ryan Weaver2016-03-021-2/+5
|/ /
* | deprecate finding deep items in request parametersChristian Flothmann2015-09-301-1/+2
|/
* Remove aligned '=>' and '='Disquedur2014-11-041-4/+4
|
* [Security] made it possible to override the default success/failure handlerFabien Potencier2014-09-231-10/+30
|
* made {@inheritdoc} annotations consistent across the boardFabien Potencier2014-04-161-1/+1
|
* Update DefaultAuthenticationSuccessHandler.phpureimers2014-03-141-3/+0
|
* fixed CSv2.1.6v2.1.5Fabien Potencier2012-12-111-1/+0
|
* [Security] Fixed use_referer option not working properly when login_path is ↵Albert Casademont2012-07-241-1/+1
| | | | | | | | | | a route name When use_referer is set to true and the request comes from the login page, the user should not be redirected to the login form again (the referer) but to the default_target_path. The problem arises when our login_path option is not a path but a route name, as the ```getUriForPath()``` method is not made to create routes from route names.
* [Security] Remove hard dependency on $providerKey for default auth success ↵Alexander2012-07-121-6/+24
| | | | handler
* [Security] Fix regression after rebase. Target url should be firewall dependentAlexander2012-07-081-4/+7
|
* [Security] Add note to CHANGELOG about refactored authentication ↵Alexander2012-07-081-8/+3
| | | | 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/+11
| | | | class [Security] Update configuration for changes regarding default failure handler [Security] Fixes + add AbstractFactory test for failure handler
* [Security] Move default authentication success handling strategy to seperate ↵Alexander2012-07-081-0/+84
class [Security] Update configuration for changes regarding default success handler [Security] Fix + add AbstractFactory test