Redirect 302 redirect from GET @entry_comment_create (12320b)

GET https://kbin.spritesserver.nl/u/@dullbananas@lemmy.ca/threads/newest/%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 …}
}
20.87 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.07 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 {#2364
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "How-do-I-make-contributors-to-my-project-transfer-copyright"
  +title: "How do I make contributors to my project transfer copyright to me?"
  +url: null
  +body: """
    Is there a pull request template that does this?\n
    \n
    Edit: I was worried about possibly needing to change license. For now I will just use a permissive license. The situation is made seemingly complicated by the possible need to use copylefted images, combined with the possible need for using server code (which shouldn’t use creative commons) in addition to the static html. I would rather deal with including parts with different licenses (probably not as complicated as I initially thought) instead of contributor license agreements.\n
    \n
    Edit 2: Also, license enforcement is not very important for my project.\n
    \n
    Edit 3: Now I’m using creative commons zero and making the repo comply with [reuse.software](https://reuse.software/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721580270 {#2470
    date: 2024-07-21 18:44:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2360 …}
  +votes: Doctrine\ORM\PersistentCollection {#2382 …}
  +reports: Doctrine\ORM\PersistentCollection {#2384 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  +badges: Doctrine\ORM\PersistentCollection {#1906 …}
  +children: []
  -id: 28225
  -titleTs: "'contributor':5 'copyright':10 'make':4 'project':8 'transfer':9"
  -bodyTs: "'/)':117 '2':88 '3':100 'addit':59 'agreement':86 'also':89 'chang':18 'code':51 'combin':43 'common':57,106 'compli':112 'complic':34,77 'contributor':84 'copyleft':41 'creativ':56,105 'deal':67 'differ':72 'edit':10,87,99 'enforc':91 'html':63 'imag':42 'import':95 'includ':69 'initi':80 'instead':82 'licens':19,28,73,85,90 'm':103 'made':32 'make':109 'need':16,38,47 'part':70 'permiss':27 'possibl':15,37,46 'probabl':74 'project':98 'pull':4 'rather':66 'repo':111 'request':5 'reuse.software':114,116 'reuse.software/)':115 'seem':33 'server':50 'shouldn':53 'situat':30 'static':62 'templat':6 'thought':81 'use':25,40,49,55,104 'worri':13 'would':65 'zero':107"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704841576
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12915862"
  +editedAt: DateTimeImmutable @1719667877 {#2455
    date: 2024-06-29 15:31:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704755176 {#2359
    date: 2024-01-09 00:06:16.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 {#2364
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "How-do-I-make-contributors-to-my-project-transfer-copyright"
  +title: "How do I make contributors to my project transfer copyright to me?"
  +url: null
  +body: """
    Is there a pull request template that does this?\n
    \n
    Edit: I was worried about possibly needing to change license. For now I will just use a permissive license. The situation is made seemingly complicated by the possible need to use copylefted images, combined with the possible need for using server code (which shouldn’t use creative commons) in addition to the static html. I would rather deal with including parts with different licenses (probably not as complicated as I initially thought) instead of contributor license agreements.\n
    \n
    Edit 2: Also, license enforcement is not very important for my project.\n
    \n
    Edit 3: Now I’m using creative commons zero and making the repo comply with [reuse.software](https://reuse.software/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721580270 {#2470
    date: 2024-07-21 18:44:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2360 …}
  +votes: Doctrine\ORM\PersistentCollection {#2382 …}
  +reports: Doctrine\ORM\PersistentCollection {#2384 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  +badges: Doctrine\ORM\PersistentCollection {#1906 …}
  +children: []
  -id: 28225
  -titleTs: "'contributor':5 'copyright':10 'make':4 'project':8 'transfer':9"
  -bodyTs: "'/)':117 '2':88 '3':100 'addit':59 'agreement':86 'also':89 'chang':18 'code':51 'combin':43 'common':57,106 'compli':112 'complic':34,77 'contributor':84 'copyleft':41 'creativ':56,105 'deal':67 'differ':72 'edit':10,87,99 'enforc':91 'html':63 'imag':42 'import':95 'includ':69 'initi':80 'instead':82 'licens':19,28,73,85,90 'm':103 'made':32 'make':109 'need':16,38,47 'part':70 'permiss':27 'possibl':15,37,46 'probabl':74 'project':98 'pull':4 'rather':66 'repo':111 'request':5 'reuse.software':114,116 'reuse.software/)':115 'seem':33 'server':50 'shouldn':53 'situat':30 'static':62 'templat':6 'thought':81 'use':25,40,49,55,104 'worri':13 'would':65 'zero':107"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704841576
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12915862"
  +editedAt: DateTimeImmutable @1719667877 {#2455
    date: 2024-06-29 15:31:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704755176 {#2359
    date: 2024-01-09 00:06:16.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 {#2364
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2363 …}
  +slug: "How-do-I-make-contributors-to-my-project-transfer-copyright"
  +title: "How do I make contributors to my project transfer copyright to me?"
  +url: null
  +body: """
    Is there a pull request template that does this?\n
    \n
    Edit: I was worried about possibly needing to change license. For now I will just use a permissive license. The situation is made seemingly complicated by the possible need to use copylefted images, combined with the possible need for using server code (which shouldn’t use creative commons) in addition to the static html. I would rather deal with including parts with different licenses (probably not as complicated as I initially thought) instead of contributor license agreements.\n
    \n
    Edit 2: Also, license enforcement is not very important for my project.\n
    \n
    Edit 3: Now I’m using creative commons zero and making the repo comply with [reuse.software](https://reuse.software/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721580270 {#2470
    date: 2024-07-21 18:44:30.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2360 …}
  +votes: Doctrine\ORM\PersistentCollection {#2382 …}
  +reports: Doctrine\ORM\PersistentCollection {#2384 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2379 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  +badges: Doctrine\ORM\PersistentCollection {#1906 …}
  +children: []
  -id: 28225
  -titleTs: "'contributor':5 'copyright':10 'make':4 'project':8 'transfer':9"
  -bodyTs: "'/)':117 '2':88 '3':100 'addit':59 'agreement':86 'also':89 'chang':18 'code':51 'combin':43 'common':57,106 'compli':112 'complic':34,77 'contributor':84 'copyleft':41 'creativ':56,105 'deal':67 'differ':72 'edit':10,87,99 'enforc':91 'html':63 'imag':42 'import':95 'includ':69 'initi':80 'instead':82 'licens':19,28,73,85,90 'm':103 'made':32 'make':109 'need':16,38,47 'part':70 'permiss':27 'possibl':15,37,46 'probabl':74 'project':98 'pull':4 'rather':66 'repo':111 'request':5 'reuse.software':114,116 'reuse.software/)':115 'seem':33 'server':50 'shouldn':53 'situat':30 'static':62 'templat':6 'thought':81 'use':25,40,49,55,104 'worri':13 'would':65 'zero':107"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704841576
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/12915862"
  +editedAt: DateTimeImmutable @1719667877 {#2455
    date: 2024-06-29 15:31:17.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704755176 {#2359
    date: 2024-01-09 00:06:16.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