Skip to content

Instantly share code, notes, and snippets.

@egulias
Last active December 26, 2015 17:19
Show Gist options
  • Save egulias/7186678 to your computer and use it in GitHub Desktop.
Save egulias/7186678 to your computer and use it in GitHub Desktop.
Security debug for Voters
[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