Skip to content

Releases: symfony/security-http

v6.2.0-BETA1

24 Oct 13:05
v6.2.0-BETA1
Compare
Choose a tag to compare
v6.2.0-BETA1 Pre-release
Pre-release

Changelog (v6.1.6...v6.2.0-BETA1)

  • feature #47595 Extract request matchers for better reusability (fabpot)
  • feature #47363 Replace ArgumentValueResolverInterface by ValueResolverInterface (nicolas-grekas)
  • feature #46428 Access Token Authenticator (Spomky)
  • feature #46978 Allow using expressions with the #[IsGranted] attribute (HypeMC)
  • feature #45034 Rename Request::getContentType to getContentTypeFormat (MarkPedron)
  • feature #46567 Set custom lifetime for login link (mbrodala, fabpot)
  • feature #46338 Allow configuring a target url when switching user (94noni)
  • feature #46118 Don't allow empty username or empty password (bikalbasnet)
  • feature #46906 Add #[Template()] to describe how to render arrays returned by controllers (nicolas-grekas)
  • feature #46907 Add #[IsGranted()] (nicolas-grekas)
  • feature #46183 Hide sensitive information with SensitiveParameter attribute (GromNaN)
  • feature #46584 Enforce maximum username length in UserBadge (wouterj)
  • feature #46094 Move the Security helper to SecurityBundle (chalasr)

v6.1.6

12 Oct 07:55
v6.1.6
Compare
Choose a tag to compare

Changelog (v6.1.5...v6.1.6)

  • bug #47317 Fix login url matching when app is not run with url rewriting or from a sub folder (sgehrig)

v6.0.14

12 Oct 07:49
v6.0.14
Compare
Choose a tag to compare

Changelog (v6.0.13...v6.0.14)

  • bug #47317 Fix login url matching when app is not run with url rewriting or from a sub folder (sgehrig)

v6.1.5

30 Sep 08:17
v6.1.5
Compare
Choose a tag to compare

Changelog (v6.1.4...v6.1.5)

  • bug #47488 Fix valid remember-me token exposure to the second consequent request (Ivan Kurnosov)

v6.0.13

30 Sep 08:11
v6.0.13
Compare
Choose a tag to compare

Changelog (v6.0.12...v6.0.13)

  • bug #47488 Fix valid remember-me token exposure to the second consequent request (Ivan Kurnosov)

v5.4.13

30 Sep 08:04
v5.4.13
Compare
Choose a tag to compare

Changelog (v5.4.12...v5.4.13)

  • bug #47317 Fix login url matching when app is not run with url rewriting or from a sub folder (sgehrig)
  • bug #47488 Fix valid remember-me token exposure to the second consequent request (Ivan Kurnosov)

v6.1.4

26 Aug 14:56
v6.1.4
Compare
Choose a tag to compare

Changelog (v6.1.3...v6.1.4)

  • bug #47368 Count remember me cookie parts before accessing the second (MatTheCat)

v6.0.12

26 Aug 14:50
v6.0.12
Compare
Choose a tag to compare

Changelog (v6.0.11...v6.0.12)

  • bug #47368 Count remember me cookie parts before accessing the second (MatTheCat)

v5.4.12

26 Aug 14:45
v5.4.12
Compare
Choose a tag to compare

Changelog (v5.4.11...v5.4.12)

  • bug #47368 Count remember me cookie parts before accessing the second (MatTheCat)

v6.1.3

29 Jul 13:10
v6.1.3
Compare
Choose a tag to compare

Changelog (v6.1.2...v6.1.3)

  • bug #47069 Allow redirect after login to absolute URLs (Tim Ward)