summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/DefaultAuthenticationSuccessHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.0' into 3.1Fabien Potencier2016-06-291-1/+1
|\
| * Merge branch '2.7' into 2.8v2.8.8Fabien Potencier2016-06-291-1/+1
| |\
| | * 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 a...Albert Casademont2012-07-241-1/+1
* [Security] Remove hard dependency on $providerKey for default auth success ha...Alexander2012-07-121-6/+24
* [Security] Fix regression after rebase. Target url should be firewall dependentAlexander2012-07-081-4/+7
* [Security] Add note to CHANGELOG about refactored authentication failure/succ...Alexander2012-07-081-8/+3
* [Security] Move default authentication failure handling strategy to seperate ...Alexander2012-07-081-0/+11
* [Security] Move default authentication success handling strategy to seperate ...Alexander2012-07-081-0/+84