Skip to content

Releases: symfony/security-http

v6.0.20

01 Feb 08:26
v6.0.20
Compare
Choose a tag to compare

Changelog (v6.0.19...v6.0.20)

  • bug #49103 Fix compat of persistent remember-me with legacy tokens (nicolas-grekas)

v5.4.20

01 Feb 08:23
v5.4.20
Compare
Choose a tag to compare

Changelog (v5.4.19...v5.4.20)

  • bug #49103 Fix compat of persistent remember-me with legacy tokens (nicolas-grekas)

v4.4.50

01 Feb 08:18
v4.4.50
Compare
Choose a tag to compare

Changelog (v4.4.49...v4.4.50)

  • no significant changes

v6.2.5

24 Jan 15:58
v6.2.5
Compare
Choose a tag to compare

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

24 Jan 15:25
v6.0.19
Compare
Choose a tag to compare

Changelog (v6.0.18...v6.0.19)

  • bug #49078 Check tokens before loading users from providers (nicolas-grekas)

v5.4.19

24 Jan 13:44
v5.4.19
Compare
Choose a tag to compare

Changelog (v5.4.18...v5.4.19)

  • bug #49078 Check tokens before loading users from providers (nicolas-grekas)

v6.1.9

28 Dec 15:06
v6.1.9
Compare
Choose a tag to compare

Changelog (v6.1.8...v6.1.9)

  • bug #48292 Throw InvalidLoginLinkException on missing parameter (MatTheCat)

v6.0.17

28 Dec 15:01
v6.0.17
Compare
Choose a tag to compare

Changelog (v6.0.16...v6.0.17)

  • bug #48292 Throw InvalidLoginLinkException on missing parameter (MatTheCat)

v5.4.17

28 Dec 14:56
v5.4.17
Compare
Choose a tag to compare

Changelog (v5.4.16...v5.4.17)

  • bug #48292 Throw InvalidLoginLinkException on missing parameter (MatTheCat)

v6.2.2

16 Dec 20:12
v6.2.2
Compare
Choose a tag to compare

Changelog (v6.2.1...v6.2.2)

  • bug #48524 Fix CacheAttributeListener priority (HypeMC)