summaryrefslogtreecommitdiffstats
path: root/Tests/Http/RememberMe/AbstractRememberMeServicesTest.php
Commit message (Collapse)AuthorAgeFilesLines
* [2.3][SECURITY] Add remember me cookie configurationKlaas Cuvelier2015-10-061-10/+0
|
* [Security][bugfix] "Remember me" cookie cleared on logout with custom ↵Dawid Nowak2015-10-051-3/+29
| | | | "secure"/"httponly" config options [1]
* [Security] AbstractRememberMeServices::encodeCookie() validates cookie partsDawid Nowak2015-05-211-0/+34
|
* [2.3] Remove useless tests skipsNicolas Grekas2015-01-031-7/+0
|
* fixed CSFabien Potencier2014-09-221-1/+1
|
* fixed various inconsistenciesv2.3.10Fabien Potencier2014-02-111-11/+11
|
* Try to make sure cookies get deleted from the TokenProvider when no longer ↵Terje Bråten2012-11-211-8/+8
| | | | in use
* updated license blocksEriksen Costa2012-03-311-3/+3
|
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-291-0/+268
This is the first step to make each Symfony Component and Bridge self-contained.