GET https://kbin.spritesserver.nl/u/@edinbruh@feddit.it/threads/commented/%E2%88%9E/all

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.23 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.06 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 {#2359
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2364 …}
  +slug: "Storing-SSH-keys-on-gnome-keyring-kwallet-ibsecret-or-similar"
  +title: "Storing SSH keys on gnome-keyring, kwallet, ibsecret or similar"
  +url: null
  +body: """
    I don’t like my ssh keys being stored in plain sight, I also don’t like having to type a passphrase to use them.\n
    \n
    On windows, once you run ssh-add, the key is stored in a secure way and managed by some kind of session manager ([source](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement)), at that point you can delete the key file and go about your life knowing that the key is safe and you won’t need to type a password again.\n
    \n
    I would like something similar on linux, like storing the key via libsecret as you do with git, so that you can access your servers without having a key in plain text.\n
    \n
    I think it’s possible to generate a key with a passphrase and have gnome-keyring or kwallet remember the passphrase, but it would be nicer to just securely store the key itself.\n
    \n
    Can that be done?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703146814 {#2470
    date: 2023-12-21 09:20:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2383 …}
  +children: []
  -id: 23549
  -titleTs: "'gnome':6 'gnome-keyr':5 'ibsecret':9 'key':3 'keyr':7 'kwallet':8 'similar':11 'ssh':2 'store':1"
  -bodyTs: "'/en-us/windows-server/administration/openssh/openssh_keymanagement)),':53 'access':106 'add':33 'also':14 'delet':59 'done':153 'file':62 'generat':122 'git':101 'gnome':131 'gnome-keyr':130 'go':64 'key':7,35,61,71,94,112,124,148 'keyr':132 'kind':46 'know':68 'kwallet':134 'learn.microsoft.com':52 'learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement)),':51 'libsecret':96 'life':67 'like':4,17,86,91 'linux':90 'manag':43,49 'need':78 'nicer':142 'passphras':22,127,137 'password':82 'plain':11,114 'point':56 'possibl':120 'rememb':135 'run':30 'safe':73 'secur':40,145 'server':108 'session':48 'sight':12 'similar':88 'someth':87 'sourc':50 'ssh':6,32 'ssh-add':31 'store':9,37,92,146 'text':115 'think':117 'type':20,80 'use':24 'via':95 'way':41 'window':27 'without':109 'won':76 'would':85,140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703155003
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4195146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703068603 {#2455
    date: 2023-12-20 11:36:43.0 +01: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 {#2359
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2364 …}
  +slug: "Storing-SSH-keys-on-gnome-keyring-kwallet-ibsecret-or-similar"
  +title: "Storing SSH keys on gnome-keyring, kwallet, ibsecret or similar"
  +url: null
  +body: """
    I don’t like my ssh keys being stored in plain sight, I also don’t like having to type a passphrase to use them.\n
    \n
    On windows, once you run ssh-add, the key is stored in a secure way and managed by some kind of session manager ([source](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement)), at that point you can delete the key file and go about your life knowing that the key is safe and you won’t need to type a password again.\n
    \n
    I would like something similar on linux, like storing the key via libsecret as you do with git, so that you can access your servers without having a key in plain text.\n
    \n
    I think it’s possible to generate a key with a passphrase and have gnome-keyring or kwallet remember the passphrase, but it would be nicer to just securely store the key itself.\n
    \n
    Can that be done?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703146814 {#2470
    date: 2023-12-21 09:20:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2383 …}
  +children: []
  -id: 23549
  -titleTs: "'gnome':6 'gnome-keyr':5 'ibsecret':9 'key':3 'keyr':7 'kwallet':8 'similar':11 'ssh':2 'store':1"
  -bodyTs: "'/en-us/windows-server/administration/openssh/openssh_keymanagement)),':53 'access':106 'add':33 'also':14 'delet':59 'done':153 'file':62 'generat':122 'git':101 'gnome':131 'gnome-keyr':130 'go':64 'key':7,35,61,71,94,112,124,148 'keyr':132 'kind':46 'know':68 'kwallet':134 'learn.microsoft.com':52 'learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement)),':51 'libsecret':96 'life':67 'like':4,17,86,91 'linux':90 'manag':43,49 'need':78 'nicer':142 'passphras':22,127,137 'password':82 'plain':11,114 'point':56 'possibl':120 'rememb':135 'run':30 'safe':73 'secur':40,145 'server':108 'session':48 'sight':12 'similar':88 'someth':87 'sourc':50 'ssh':6,32 'ssh-add':31 'store':9,37,92,146 'text':115 'think':117 'type':20,80 'use':24 'via':95 'way':41 'window':27 'without':109 'won':76 'would':85,140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703155003
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4195146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703068603 {#2455
    date: 2023-12-20 11:36:43.0 +01: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 {#2359
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2364 …}
  +slug: "Storing-SSH-keys-on-gnome-keyring-kwallet-ibsecret-or-similar"
  +title: "Storing SSH keys on gnome-keyring, kwallet, ibsecret or similar"
  +url: null
  +body: """
    I don’t like my ssh keys being stored in plain sight, I also don’t like having to type a passphrase to use them.\n
    \n
    On windows, once you run ssh-add, the key is stored in a secure way and managed by some kind of session manager ([source](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement)), at that point you can delete the key file and go about your life knowing that the key is safe and you won’t need to type a password again.\n
    \n
    I would like something similar on linux, like storing the key via libsecret as you do with git, so that you can access your servers without having a key in plain text.\n
    \n
    I think it’s possible to generate a key with a passphrase and have gnome-keyring or kwallet remember the passphrase, but it would be nicer to just securely store the key itself.\n
    \n
    Can that be done?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703146814 {#2470
    date: 2023-12-21 09:20:14.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2361 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2383 …}
  +children: []
  -id: 23549
  -titleTs: "'gnome':6 'gnome-keyr':5 'ibsecret':9 'key':3 'keyr':7 'kwallet':8 'similar':11 'ssh':2 'store':1"
  -bodyTs: "'/en-us/windows-server/administration/openssh/openssh_keymanagement)),':53 'access':106 'add':33 'also':14 'delet':59 'done':153 'file':62 'generat':122 'git':101 'gnome':131 'gnome-keyr':130 'go':64 'key':7,35,61,71,94,112,124,148 'keyr':132 'kind':46 'know':68 'kwallet':134 'learn.microsoft.com':52 'learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement)),':51 'libsecret':96 'life':67 'like':4,17,86,91 'linux':90 'manag':43,49 'need':78 'nicer':142 'passphras':22,127,137 'password':82 'plain':11,114 'point':56 'possibl':120 'rememb':135 'run':30 'safe':73 'secur':40,145 'server':108 'session':48 'sight':12 'similar':88 'someth':87 'sourc':50 'ssh':6,32 'ssh-add':31 'store':9,37,92,146 'text':115 'think':117 'type':20,80 'use':24 'via':95 'way':41 'window':27 'without':109 'won':76 'would':85,140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703155003
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4195146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703068603 {#2455
    date: 2023-12-20 11:36:43.0 +01: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
5 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
6 DENIED moderate
App\Entity\Entry {#1381
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1383 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2364 …}
  +slug: "remember-to-update-your-review-of-the-official-reddit-app"
  +title: "remember to update your review of the official reddit app"
  +url: null
  +body: """
    Note that this is not a request for review bombing, but rather a request for your opinion.\n
    \n
    Despite all the rage reddit is getting, more than half of the reviews are five stars, which means the people complaining are not expressing their opinion through the “proper channel”.\n
    \n
    And remember to be honest in the review, don’t just invent problems for the sake of it. That defeats the purpose and just comes out as griefing.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 14
  +score: 1
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689652732 {#2393
    date: 2023-07-18 05:58:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1402 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  +badges: Doctrine\ORM\PersistentCollection {#2019 …}
  +children: []
  -id: 1291
  -titleTs: "'app':10 'offici':8 'reddit':9 'rememb':1 'review':5 'updat':3"
  -bodyTs: "'bomb':10 'channel':47 'come':72 'complain':38 'defeat':67 'despit':18 'express':41 'five':32 'get':24 'grief':75 'half':27 'honest':52 'invent':59 'mean':35 'note':1 'opinion':17,43 'peopl':37 'problem':60 'proper':46 'purpos':69 'rage':21 'rather':12 'reddit':22 'rememb':49 'request':7,14 'review':9,30,55 'sake':63 'star':33"
  +cross: false
  +upVotes: 1
  +downVotes: 0
  +ranking: 1689497074
  +visibility: "visible             "
  +apId: "https://feddit.it/post/723243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689410674 {#1384
    date: 2023-07-15 10:44:34.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
7 DENIED edit
App\Entity\Entry {#1381
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1383 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2364 …}
  +slug: "remember-to-update-your-review-of-the-official-reddit-app"
  +title: "remember to update your review of the official reddit app"
  +url: null
  +body: """
    Note that this is not a request for review bombing, but rather a request for your opinion.\n
    \n
    Despite all the rage reddit is getting, more than half of the reviews are five stars, which means the people complaining are not expressing their opinion through the “proper channel”.\n
    \n
    And remember to be honest in the review, don’t just invent problems for the sake of it. That defeats the purpose and just comes out as griefing.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 14
  +score: 1
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689652732 {#2393
    date: 2023-07-18 05:58:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1402 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  +badges: Doctrine\ORM\PersistentCollection {#2019 …}
  +children: []
  -id: 1291
  -titleTs: "'app':10 'offici':8 'reddit':9 'rememb':1 'review':5 'updat':3"
  -bodyTs: "'bomb':10 'channel':47 'come':72 'complain':38 'defeat':67 'despit':18 'express':41 'five':32 'get':24 'grief':75 'half':27 'honest':52 'invent':59 'mean':35 'note':1 'opinion':17,43 'peopl':37 'problem':60 'proper':46 'purpos':69 'rage':21 'rather':12 'reddit':22 'rememb':49 'request':7,14 'review':9,30,55 'sake':63 'star':33"
  +cross: false
  +upVotes: 1
  +downVotes: 0
  +ranking: 1689497074
  +visibility: "visible             "
  +apId: "https://feddit.it/post/723243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689410674 {#1384
    date: 2023-07-15 10:44:34.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
8 DENIED moderate
App\Entity\Entry {#1381
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1383 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2364 …}
  +slug: "remember-to-update-your-review-of-the-official-reddit-app"
  +title: "remember to update your review of the official reddit app"
  +url: null
  +body: """
    Note that this is not a request for review bombing, but rather a request for your opinion.\n
    \n
    Despite all the rage reddit is getting, more than half of the reviews are five stars, which means the people complaining are not expressing their opinion through the “proper channel”.\n
    \n
    And remember to be honest in the review, don’t just invent problems for the sake of it. That defeats the purpose and just comes out as griefing.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 14
  +score: 1
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689652732 {#2393
    date: 2023-07-18 05:58:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1402 …}
  +votes: Doctrine\ORM\PersistentCollection {#1385 …}
  +reports: Doctrine\ORM\PersistentCollection {#1401 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1363 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1362 …}
  +badges: Doctrine\ORM\PersistentCollection {#2019 …}
  +children: []
  -id: 1291
  -titleTs: "'app':10 'offici':8 'reddit':9 'rememb':1 'review':5 'updat':3"
  -bodyTs: "'bomb':10 'channel':47 'come':72 'complain':38 'defeat':67 'despit':18 'express':41 'five':32 'get':24 'grief':75 'half':27 'honest':52 'invent':59 'mean':35 'note':1 'opinion':17,43 'peopl':37 'problem':60 'proper':46 'purpos':69 'rage':21 'rather':12 'reddit':22 'rememb':49 'request':7,14 'review':9,30,55 'sake':63 'star':33"
  +cross: false
  +upVotes: 1
  +downVotes: 0
  +ranking: 1689497074
  +visibility: "visible             "
  +apId: "https://feddit.it/post/723243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689410674 {#1384
    date: 2023-07-15 10:44:34.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
9 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
10 DENIED moderate
App\Entity\Entry {#1576
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: Proxies\__CG__\App\Entity\Image {#1705 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1736 …}
  +slug: "Imagine-trusting-oracle"
  +title: "Imagine trusting oracle"
  +url: "https://feddit.it/pictrs/image/af06ae36-b3ca-4c91-b7c9-25ea00170cfa.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692196774 {#1423
    date: 2023-08-16 16:39:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1621 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2447 …}
  +badges: Doctrine\ORM\PersistentCollection {#2471 …}
  +children: []
  -id: 15331
  -titleTs: "'imagin':1 'oracl':3 'trust':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692201274
  +visibility: "visible             "
  +apId: "https://feddit.it/post/1216760"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692196774 {#1645
    date: 2023-08-16 16:39:34.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
11 DENIED edit
App\Entity\Entry {#1576
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: Proxies\__CG__\App\Entity\Image {#1705 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1736 …}
  +slug: "Imagine-trusting-oracle"
  +title: "Imagine trusting oracle"
  +url: "https://feddit.it/pictrs/image/af06ae36-b3ca-4c91-b7c9-25ea00170cfa.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692196774 {#1423
    date: 2023-08-16 16:39:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1621 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2447 …}
  +badges: Doctrine\ORM\PersistentCollection {#2471 …}
  +children: []
  -id: 15331
  -titleTs: "'imagin':1 'oracl':3 'trust':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692201274
  +visibility: "visible             "
  +apId: "https://feddit.it/post/1216760"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692196774 {#1645
    date: 2023-08-16 16:39:34.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
12 DENIED moderate
App\Entity\Entry {#1576
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1726 …}
  +image: Proxies\__CG__\App\Entity\Image {#1705 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1736 …}
  +slug: "Imagine-trusting-oracle"
  +title: "Imagine trusting oracle"
  +url: "https://feddit.it/pictrs/image/af06ae36-b3ca-4c91-b7c9-25ea00170cfa.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692196774 {#1423
    date: 2023-08-16 16:39:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1730 …}
  +votes: Doctrine\ORM\PersistentCollection {#1732 …}
  +reports: Doctrine\ORM\PersistentCollection {#1621 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2447 …}
  +badges: Doctrine\ORM\PersistentCollection {#2471 …}
  +children: []
  -id: 15331
  -titleTs: "'imagin':1 'oracl':3 'trust':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692201274
  +visibility: "visible             "
  +apId: "https://feddit.it/post/1216760"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692196774 {#1645
    date: 2023-08-16 16:39:34.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
13 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
14 DENIED moderate
App\Entity\Entry {#1708
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: Proxies\__CG__\App\Entity\Image {#1410 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1736 …}
  +slug: "All-hail-lemmyverse-net"
  +title: "All hail lemmyverse.net"
  +url: "https://feddit.it/pictrs/image/0806e1c6-44e3-448b-8a62-4e68ff36e0a5.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691794356 {#1906
    date: 2023-08-12 00:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1874 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1883 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: []
  -id: 19000
  -titleTs: "'hail':2 'lemmyverse.net':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691794356
  +visibility: "visible             "
  +apId: "https://feddit.it/post/1121996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691794356 {#1909
    date: 2023-08-12 00: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
15 DENIED edit
App\Entity\Entry {#1708
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: Proxies\__CG__\App\Entity\Image {#1410 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1736 …}
  +slug: "All-hail-lemmyverse-net"
  +title: "All hail lemmyverse.net"
  +url: "https://feddit.it/pictrs/image/0806e1c6-44e3-448b-8a62-4e68ff36e0a5.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691794356 {#1906
    date: 2023-08-12 00:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1874 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1883 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: []
  -id: 19000
  -titleTs: "'hail':2 'lemmyverse.net':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691794356
  +visibility: "visible             "
  +apId: "https://feddit.it/post/1121996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691794356 {#1909
    date: 2023-08-12 00: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
16 DENIED moderate
App\Entity\Entry {#1708
  +user: App\Entity\User {#261 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: Proxies\__CG__\App\Entity\Image {#1410 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1736 …}
  +slug: "All-hail-lemmyverse-net"
  +title: "All hail lemmyverse.net"
  +url: "https://feddit.it/pictrs/image/0806e1c6-44e3-448b-8a62-4e68ff36e0a5.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691794356 {#1906
    date: 2023-08-12 00:52:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1874 …}
  +votes: Doctrine\ORM\PersistentCollection {#1908 …}
  +reports: Doctrine\ORM\PersistentCollection {#1883 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2389 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2387 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: []
  -id: 19000
  -titleTs: "'hail':2 'lemmyverse.net':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691794356
  +visibility: "visible             "
  +apId: "https://feddit.it/post/1121996"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691794356 {#1909
    date: 2023-08-12 00: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