GET https://kbin.spritesserver.nl/index.php/u/@yote_zip@pawb.social/threads/active/%E2%88%9E/articles

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.71 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#2377
  +user: App\Entity\User {#263 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2360 …}
  +slug: "Linux-Cracking-Bible-The-GNU-Testament"
  +title: "Linux Cracking Bible - The GNU Testament"
  +url: null
  +body: """
    Heyo, I recently posted [some notes](https://lemmy.dbzer0.com/post/19693) about cracking games on Linux. Those notes originally started as a reply to someone, but they evolved into more of a small treasure map for a lot of the important parts of cracking games on Linux. As I finished up the post, I noticed that it was almost exactly at the maximum length it could be on Lemmy (10k characters). I kept wanting to come back and expand just a little bit on something in that post but anything over 10k characters would not save. I eventually got so annoyed that one thing led to another and now I actually have a proper bible, this time at 100k characters.\n
    \n
    **The GNU Testament of the Linux Cracking Bible is located on GitHub:** [github.com/YoteZip/LinuxCrackingBible](https://github.com/YoteZip/LinuxCrackingBible)\n
    \n
    A brief list of topics covered in it:\n
    \n
    - Configuring Lutris\n
    - Configuring Wine\n
    - Sourcing clean games\n
    - Discovering what DRM your game has\n
    - Step-by-step guides for cracking each type of popular DRM using community tools: \n
        - CEG (Steam Custom Executable Generation)\n
        - Epic Online Services\n
        - GFWL (Games for Windows Live)\n
        - Origin\n
        - Securom\n
        - SteamDRM (Windows)\n
        - SteamDRM (Linux)\n
        - Steamworks API\n
        - Uplay r1\n
        - Uplay r2\n
        - Xbox Live\n
    - Some of my personal scripts for automated cracking\n
    - Repacking games on Linux\n
    \n
    My primary goals for this guide are to:\n
    \n
    - Demystify cracked gaming on Linux\n
    - Teach you to crack games by yourself, instead of relying on scene/p2p crackers\n
    \n
    (Although it’s written primarily for Linux users, Windows users should be able to follow along fairly easily for the cracking guides.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687258356 {#2459
    date: 2023-06-20 12:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  +badges: Doctrine\ORM\PersistentCollection {#2381 …}
  +children: []
  -id: 11467
  -titleTs: "'bibl':3 'crack':2 'gnu':5 'linux':1 'testament':6"
  -bodyTs: "'/post/19693)':9 '/yotezip/linuxcrackingbible](https://github.com/yotezip/linuxcrackingbible)':133 '100k':117 '10k':68,90 'abl':247 'actual':109 'almost':57 'along':250 'although':235 'annoy':99 'anoth':105 'anyth':88 'api':190 'autom':203 'back':75 'bibl':113,126 'bit':81 'brief':135 'ceg':170 'charact':69,91,118 'clean':147 'come':74 'communiti':168 'configur':142,144 'could':64 'cover':139 'crack':11,42,125,161,204,218,225,255 'cracker':234 'custom':172 'demystifi':217 'discov':149 'drm':151,166 'easili':252 'epic':175 'eventu':96 'evolv':26 'exact':58 'execut':173 'expand':77 'fair':251 'finish':48 'follow':249 'game':12,43,148,153,179,206,219,226 'generat':174 'gfwl':178 'github':130 'github.com':132 'github.com/yotezip/linuxcrackingbible](https://github.com/yotezip/linuxcrackingbible)':131 'gnu':120 'goal':211 'got':97 'guid':159,214,256 'heyo':1 'import':39 'instead':229 'kept':71 'led':103 'lemmi':67 'lemmy.dbzer0.com':8 'lemmy.dbzer0.com/post/19693)':7 'length':62 'linux':14,45,124,188,208,221,241 'list':136 'littl':80 'live':182,196 'locat':128 'lot':36 'lutri':143 'map':33 'maximum':61 'note':6,16 'notic':53 'one':101 'onlin':176 'origin':17,183 'part':40 'person':200 'popular':165 'post':4,51,86 'primari':210 'primarili':239 'proper':112 'r1':192 'r2':194 'recent':3 'reli':231 'repack':205 'repli':21 'save':94 'scene/p2p':233 'script':201 'securom':184 'servic':177 'small':31 'someon':23 'someth':83 'sourc':146 'start':18 'steam':171 'steamdrm':185,187 'steamwork':189 'step':156,158 'step-by-step':155 'teach':222 'testament':121 'thing':102 'time':115 'tool':169 'topic':138 'treasur':32 'type':163 'uplay':191,193 'use':167 'user':242,244 'want':72 'window':181,186,243 'wine':145 'would':92 'written':238 'xbox':195"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687258356
  +visibility: "visible             "
  +apId: "https://pawb.social/post/117202"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687258356 {#2457
    date: 2023-06-20 12:52:36.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#2377
  +user: App\Entity\User {#263 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2360 …}
  +slug: "Linux-Cracking-Bible-The-GNU-Testament"
  +title: "Linux Cracking Bible - The GNU Testament"
  +url: null
  +body: """
    Heyo, I recently posted [some notes](https://lemmy.dbzer0.com/post/19693) about cracking games on Linux. Those notes originally started as a reply to someone, but they evolved into more of a small treasure map for a lot of the important parts of cracking games on Linux. As I finished up the post, I noticed that it was almost exactly at the maximum length it could be on Lemmy (10k characters). I kept wanting to come back and expand just a little bit on something in that post but anything over 10k characters would not save. I eventually got so annoyed that one thing led to another and now I actually have a proper bible, this time at 100k characters.\n
    \n
    **The GNU Testament of the Linux Cracking Bible is located on GitHub:** [github.com/YoteZip/LinuxCrackingBible](https://github.com/YoteZip/LinuxCrackingBible)\n
    \n
    A brief list of topics covered in it:\n
    \n
    - Configuring Lutris\n
    - Configuring Wine\n
    - Sourcing clean games\n
    - Discovering what DRM your game has\n
    - Step-by-step guides for cracking each type of popular DRM using community tools: \n
        - CEG (Steam Custom Executable Generation)\n
        - Epic Online Services\n
        - GFWL (Games for Windows Live)\n
        - Origin\n
        - Securom\n
        - SteamDRM (Windows)\n
        - SteamDRM (Linux)\n
        - Steamworks API\n
        - Uplay r1\n
        - Uplay r2\n
        - Xbox Live\n
    - Some of my personal scripts for automated cracking\n
    - Repacking games on Linux\n
    \n
    My primary goals for this guide are to:\n
    \n
    - Demystify cracked gaming on Linux\n
    - Teach you to crack games by yourself, instead of relying on scene/p2p crackers\n
    \n
    (Although it’s written primarily for Linux users, Windows users should be able to follow along fairly easily for the cracking guides.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687258356 {#2459
    date: 2023-06-20 12:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  +badges: Doctrine\ORM\PersistentCollection {#2381 …}
  +children: []
  -id: 11467
  -titleTs: "'bibl':3 'crack':2 'gnu':5 'linux':1 'testament':6"
  -bodyTs: "'/post/19693)':9 '/yotezip/linuxcrackingbible](https://github.com/yotezip/linuxcrackingbible)':133 '100k':117 '10k':68,90 'abl':247 'actual':109 'almost':57 'along':250 'although':235 'annoy':99 'anoth':105 'anyth':88 'api':190 'autom':203 'back':75 'bibl':113,126 'bit':81 'brief':135 'ceg':170 'charact':69,91,118 'clean':147 'come':74 'communiti':168 'configur':142,144 'could':64 'cover':139 'crack':11,42,125,161,204,218,225,255 'cracker':234 'custom':172 'demystifi':217 'discov':149 'drm':151,166 'easili':252 'epic':175 'eventu':96 'evolv':26 'exact':58 'execut':173 'expand':77 'fair':251 'finish':48 'follow':249 'game':12,43,148,153,179,206,219,226 'generat':174 'gfwl':178 'github':130 'github.com':132 'github.com/yotezip/linuxcrackingbible](https://github.com/yotezip/linuxcrackingbible)':131 'gnu':120 'goal':211 'got':97 'guid':159,214,256 'heyo':1 'import':39 'instead':229 'kept':71 'led':103 'lemmi':67 'lemmy.dbzer0.com':8 'lemmy.dbzer0.com/post/19693)':7 'length':62 'linux':14,45,124,188,208,221,241 'list':136 'littl':80 'live':182,196 'locat':128 'lot':36 'lutri':143 'map':33 'maximum':61 'note':6,16 'notic':53 'one':101 'onlin':176 'origin':17,183 'part':40 'person':200 'popular':165 'post':4,51,86 'primari':210 'primarili':239 'proper':112 'r1':192 'r2':194 'recent':3 'reli':231 'repack':205 'repli':21 'save':94 'scene/p2p':233 'script':201 'securom':184 'servic':177 'small':31 'someon':23 'someth':83 'sourc':146 'start':18 'steam':171 'steamdrm':185,187 'steamwork':189 'step':156,158 'step-by-step':155 'teach':222 'testament':121 'thing':102 'time':115 'tool':169 'topic':138 'treasur':32 'type':163 'uplay':191,193 'use':167 'user':242,244 'want':72 'window':181,186,243 'wine':145 'would':92 'written':238 'xbox':195"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687258356
  +visibility: "visible             "
  +apId: "https://pawb.social/post/117202"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687258356 {#2457
    date: 2023-06-20 12:52:36.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#2377
  +user: App\Entity\User {#263 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2359 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2360 …}
  +slug: "Linux-Cracking-Bible-The-GNU-Testament"
  +title: "Linux Cracking Bible - The GNU Testament"
  +url: null
  +body: """
    Heyo, I recently posted [some notes](https://lemmy.dbzer0.com/post/19693) about cracking games on Linux. Those notes originally started as a reply to someone, but they evolved into more of a small treasure map for a lot of the important parts of cracking games on Linux. As I finished up the post, I noticed that it was almost exactly at the maximum length it could be on Lemmy (10k characters). I kept wanting to come back and expand just a little bit on something in that post but anything over 10k characters would not save. I eventually got so annoyed that one thing led to another and now I actually have a proper bible, this time at 100k characters.\n
    \n
    **The GNU Testament of the Linux Cracking Bible is located on GitHub:** [github.com/YoteZip/LinuxCrackingBible](https://github.com/YoteZip/LinuxCrackingBible)\n
    \n
    A brief list of topics covered in it:\n
    \n
    - Configuring Lutris\n
    - Configuring Wine\n
    - Sourcing clean games\n
    - Discovering what DRM your game has\n
    - Step-by-step guides for cracking each type of popular DRM using community tools: \n
        - CEG (Steam Custom Executable Generation)\n
        - Epic Online Services\n
        - GFWL (Games for Windows Live)\n
        - Origin\n
        - Securom\n
        - SteamDRM (Windows)\n
        - SteamDRM (Linux)\n
        - Steamworks API\n
        - Uplay r1\n
        - Uplay r2\n
        - Xbox Live\n
    - Some of my personal scripts for automated cracking\n
    - Repacking games on Linux\n
    \n
    My primary goals for this guide are to:\n
    \n
    - Demystify cracked gaming on Linux\n
    - Teach you to crack games by yourself, instead of relying on scene/p2p crackers\n
    \n
    (Although it’s written primarily for Linux users, Windows users should be able to follow along fairly easily for the cracking guides.)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1687258356 {#2459
    date: 2023-06-20 12:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2385 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2378 …}
  +badges: Doctrine\ORM\PersistentCollection {#2381 …}
  +children: []
  -id: 11467
  -titleTs: "'bibl':3 'crack':2 'gnu':5 'linux':1 'testament':6"
  -bodyTs: "'/post/19693)':9 '/yotezip/linuxcrackingbible](https://github.com/yotezip/linuxcrackingbible)':133 '100k':117 '10k':68,90 'abl':247 'actual':109 'almost':57 'along':250 'although':235 'annoy':99 'anoth':105 'anyth':88 'api':190 'autom':203 'back':75 'bibl':113,126 'bit':81 'brief':135 'ceg':170 'charact':69,91,118 'clean':147 'come':74 'communiti':168 'configur':142,144 'could':64 'cover':139 'crack':11,42,125,161,204,218,225,255 'cracker':234 'custom':172 'demystifi':217 'discov':149 'drm':151,166 'easili':252 'epic':175 'eventu':96 'evolv':26 'exact':58 'execut':173 'expand':77 'fair':251 'finish':48 'follow':249 'game':12,43,148,153,179,206,219,226 'generat':174 'gfwl':178 'github':130 'github.com':132 'github.com/yotezip/linuxcrackingbible](https://github.com/yotezip/linuxcrackingbible)':131 'gnu':120 'goal':211 'got':97 'guid':159,214,256 'heyo':1 'import':39 'instead':229 'kept':71 'led':103 'lemmi':67 'lemmy.dbzer0.com':8 'lemmy.dbzer0.com/post/19693)':7 'length':62 'linux':14,45,124,188,208,221,241 'list':136 'littl':80 'live':182,196 'locat':128 'lot':36 'lutri':143 'map':33 'maximum':61 'note':6,16 'notic':53 'one':101 'onlin':176 'origin':17,183 'part':40 'person':200 'popular':165 'post':4,51,86 'primari':210 'primarili':239 'proper':112 'r1':192 'r2':194 'recent':3 'reli':231 'repack':205 'repli':21 'save':94 'scene/p2p':233 'script':201 'securom':184 'servic':177 'small':31 'someon':23 'someth':83 'sourc':146 'start':18 'steam':171 'steamdrm':185,187 'steamwork':189 'step':156,158 'step-by-step':155 'teach':222 'testament':121 'thing':102 'time':115 'tool':169 'topic':138 'treasur':32 'type':163 'uplay':191,193 'use':167 'user':242,244 'want':72 'window':181,186,243 'wine':145 'would':92 'written':238 'xbox':195"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1687258356
  +visibility: "visible             "
  +apId: "https://pawb.social/post/117202"
  +editedAt: null
  +createdAt: DateTimeImmutable @1687258356 {#2457
    date: 2023-06-20 12:52:36.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details