Releases: scheb/two-factor-bundle
Releases · scheb/two-factor-bundle
v4.18.4
Fix compatibility issue with Symfony 5.2 (Undefined class constant 'PUBLIC_ACCESS')
v4.18.3
Fix FatalThrowableError
in RememberMeServicesDecoratorCompilerPass
when service id is not a string, thanks to @enemis
v4.18.2
Fix when invalidate_session
is set false
that prepared providers are not reset on the next login, issue #296
v4.18.1
The main branch was changed to 4.x
.
Besides that, some minor fixes and optimizations worth mentioning:
- Provide license in export 6aadc7e
- PHP version constraint >=7.1.3 to allow PHP8 0f91a18
v4.18.0
- Support
doctrine/persistence
v2
v4.17.0
- Added support for the
PUBLIC_ACCESS
attribute, which was introduced in Symfony 5.1 to replace IS_AUTHENTICATED_ANONYMOUSLY
, thanks to @wouterj
- Added a method to easily re-send the email with the authentication code 85f25ad
v4.16.0
- Add option
post_only
to allow only POST requests to check_path (default false
)
- Code optimizations from Psalm d85ddf7
- Add leading
\
before function invocation to speed up resolving 134b247
v4.15.0
- Allow using the form template on multiple firewalls by passing the configured
checkPath
#285, thanks to @gnat42
v4.14.0
- Use of NullLogger when no logger is set #268, thanks to @Spomky
- Use null coalescing operator instead of ternary if #269, thanks to @jdreesen