This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Security/Core
Jeremy Mikola 5113886f34 [Security] Copy token attributes when auth providers create a new token from another
PreAuthenticatedAuthenticationProvider and UserAuthenticationProvider tend to copy a token instead of modifying it during their authenticate() methods, which is probably a good idea if the token might be immutable. Ensure that the token's attributes get copied along with everything else.
2011-02-23 16:03:01 -05:00
..
Authentication [Security] Copy token attributes when auth providers create a new token from another 2011-02-23 16:03:01 -05:00
Authorization namespace changes 2011-01-26 22:23:20 +01:00
Encoder [Security] simplified encoder factory implementation 2011-02-14 20:55:06 +01:00
Role namespace changes 2011-01-26 22:23:20 +01:00
User [Security] adds a chain user provider 2011-02-16 23:00:27 +01:00
SecurityContextTest.php [Security] Refactored security context, moved getUser() implementation to templating 2011-02-12 21:53:04 +01:00