FriendsOfSymfony / FOSUserBundle

Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
https://symfony.com/doc/master/bundles/FOSUserBundle/index.html
MIT License
3.25k stars 1.57k forks source link

Remove legacy BC layer #3041

Closed stof closed 2 years ago

stof commented 2 years ago

The bundle requires Symfony 4.4+, so it does not need to support Symfony versions where BcryptPasswordEncoder was not implementing the SelfSaltingEncoderInterface.