Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Open
Description
Symfony version(s) affected
5.4.19+, 6.2.5+
Description
The PR#48937 breaks the opportunity to use decorated success/failure handler services. If you check DI usingdebug:container lexik_jwt_authentication.handler.authentication_success
it will show that the service is decorated.
How to reproduce
services:App\Security\Http\Authentication\AuthenticationSuccessHandlerDecorator:decorates:lexik_jwt_authentication.handler.authentication_successarguments:$decoratedSuccessHandler:'@.inner'firewalls:auth:pattern:^/auth/json_login:check_path:auth_checksuccess_handler:lexik_jwt_authentication.handler.authentication_successfailure_handler:lexik_jwt_authentication.handler.authentication_failure
Possible Solution
No response
Additional Context
No response