-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Description
Symfony version(s) affected: 4.4.0, possible 5.0 (not tested)
Description
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
is tagged with multiple kernel.reset
tags, but current implementation of ResettableServicePass only allows single tag per service. In consequence UsageTrackingTokenStorage <tag name="kernel.reset" method="setToken" />
is not working anymore and leads to some unexpected behaviours.
Possible Solution
Fix ResettableServicePass
and ServicesResetter
services to allow multiple methods per service.