scheb / two-factor-bundle

[ABANDONED] Two-factor authentication for Symfony 2 & 3 applications 🔐. Please use the newer versions from https://github.com/scheb/2fa.
https://github.com/scheb/2fa
MIT License
385 stars 111 forks source link

User Deprecated #293

Closed ben29 closed 4 years ago

ben29 commented 4 years ago
2020-07-07T07:44:32+00:00 [info] User Deprecated: The "Scheb\TwoFactorBundle\Security\Authentication\RememberMe\RememberMeServicesDecorator" class implements "Symfony\Component\Security\Http\Logout\LogoutHandlerInterface" that is deprecated since Symfony 5.1.
2020-07-07T07:44:32+00:00 [info] User Deprecated: Since symfony/framework-bundle 5.1: The "session.flash_bag" service is deprecated, use "$session->getFlashBag()" instead.
scheb commented 4 years ago

For the first one see #290

The second one is not coming from the bundle, it doesn't use session.flash_bag anywhere.