Releases: symfony/security-http
Releases · symfony/security-http
v6.0.20
Changelog (v6.0.19...v6.0.20)
- bug #49103 Fix compat of persistent remember-me with legacy tokens (nicolas-grekas)
v5.4.20
Changelog (v5.4.19...v5.4.20)
- bug #49103 Fix compat of persistent remember-me with legacy tokens (nicolas-grekas)
v4.4.50
Changelog (v4.4.49...v4.4.50)
- no significant changes
v6.2.5
Changelog (v6.2.4...v6.2.5)
- bug #49078 Check tokens before loading users from providers (nicolas-grekas)
- bug #49034 Return default value instead of deferring to lower prio resolvers when using #[CurrentUser] and no user is found (Seldaek)
v6.0.19
Changelog (v6.0.18...v6.0.19)
- bug #49078 Check tokens before loading users from providers (nicolas-grekas)
v5.4.19
Changelog (v5.4.18...v5.4.19)
- bug #49078 Check tokens before loading users from providers (nicolas-grekas)
v6.1.9
Changelog (v6.1.8...v6.1.9)
- bug #48292 Throw InvalidLoginLinkException on missing parameter (MatTheCat)
v6.0.17
Changelog (v6.0.16...v6.0.17)
- bug #48292 Throw InvalidLoginLinkException on missing parameter (MatTheCat)
v5.4.17
Changelog (v5.4.16...v5.4.17)
- bug #48292 Throw InvalidLoginLinkException on missing parameter (MatTheCat)
v6.2.2
Changelog (v6.2.1...v6.2.2)
- bug #48524 Fix
CacheAttributeListener
priority (HypeMC)