We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13ea5f commit a85747eCopy full SHA for a85747e
Resources/config/guard.php
@@ -49,6 +49,7 @@
49
abstract_arg('Authenticators'),
50
service('logger')->nullOnInvalid(),
51
param('security.authentication.hide_user_not_found'),
52
+ service('security.token_storage'),
53
])
54
->tag('monolog.logger', ['channel' => 'security'])
55
->deprecate('symfony/security-bundle', '5.3', 'The "%service_id%" service is deprecated, use the new authenticator system instead.')
0 commit comments