Last active
December 26, 2015 17:19
-
-
Save egulias/7186678 to your computer and use it in GitHub Desktop.
Security debug for Voters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Who's voting?] Vote intention | |
+------------------------------------------------------------------------+---------+-------+------+ | |
| Class | Abstain | Grant | Deny | | |
+------------------------------------------------------------------------+---------+-------+------+ | |
| Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter | | X | | | |
| Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter | X | | | | |
+------------------------------------------------------------------------+---------+-------+------+ | |
[Strategy] decideAffirmative | |
[Result] Allow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment