You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All test are now done. (also with ENV USE_NEW_SYMFONY_SECURITY=1)
but on my project (php7.4, symfony 5.4 and enable_authenticator_manager: true) I have error:
The service "HWI\Bundle\OAuthBundle\Controller\ConnectController" has a dependency on a non-existent service "hwi_oauth.account.connector".
'Unfortunately' should Symfony 5.4 accept both types of security configs. with
enable_authenticator_manager = true
andfalse
.Old style is deprecated but usable. According this lines in symfony/security-bundle would be not better to split both factories together?
P.S. Probably on Symfony 5.4 ConnectControllerTest must be running twice with an 'old' and 'new' security configs.
Originally posted by @gassan in #1835 (comment)
The text was updated successfully, but these errors were encountered: