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
minor #20388 [Security] use access decision manager to control which token to vote on (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[Security] use access decision manager to control which token to vote on
Following symfony/symfony#58754: calling. `Security::isGranted()` inside a voter has the drawback that we do not know if the checks performed here act on the same token that we have in our voter as the token inside the token storage might have change or may change in between.
Commits
-------
fc0030a use access decision manager to control which token to vote on
0 commit comments