Changelog (v6.1.6...v6.2.0-BETA1)
- feature #46224 Add
hash_property_path
option toPasswordType
(Seb33300) - feature #45907 Allow specifying attributes for
RequestMatcher
(freiondrej-lmc) - feature #47890 Deprecate the
enable_authenticator_manager
option (chalasr) - feature #47595 Extract request matchers for better reusability (fabpot)
- feature #46064 Add a
ChainUserChecker
to allow calling multiple user checkers for a firewall (mbabker) - feature #47148 Profiler redesign (javiereguiluz)
- feature #46428 Access Token Authenticator (Spomky)
- feature #46978 Allow using expressions with the #[IsGranted] attribute (HypeMC)
- feature #46580 Add shortcut option to enable logout CSRF protection (wouterj)
- feature #46338 Allow configuring a target url when switching user (94noni)
- feature #41406 Add a method in the security helper to ease programmatic logout (johnkrovitch, chalasr)
- feature #46752 Use lazy-loading ghost object proxies out of the box (nicolas-grekas)
- feature #46907 Add
#[IsGranted()]
(nicolas-grekas) - feature #41274 Add a method in the security helper to ease programmatic login (#40662) (johnkrovitch, chalasr)
- feature #45997 Add deprecation warning to show
HttpKernel::handle()
will catch throwables (Nyholm) - feature #46066 Add an easier way to get the current firewall configuration (Kocal)
- feature #46094 Move the
Security
helper to SecurityBundle (chalasr)