Security

Token

lindseyburchell Username
Authenticated
5fb615 From
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_SUPER_ADMIN"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#147
  -user: App\Entity\User {#434 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_SUPER_ADMIN"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#246
  -map: Symfony\Component\Security\Http\AccessMap {#247 …}
  -logger: Monolog\Logger {#234 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#265
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#148 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#268 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#195 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#266 …}
  -logger: Monolog\Logger {#234 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#150 …}
}
10.16 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#272
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#273 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#283
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#205 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#278 …}
  -map: Symfony\Component\Security\Http\AccessMap {#247 …}
}
0.27 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#149
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#205 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#199 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#150 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
2
"App\Security\AccountVoter"
3
"App\Security\DriveVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#5 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/api/accounts/linkorb/drives/my-wiki/files"
  #requestUri: "/api/accounts/linkorb/drives/my-wiki/files?path=content%2Fartikelen%2Fbugaboo-kinderwagen"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#188 …}
  #locale: "nl"
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: [
    "2\x0084.22.102.120\x0010.0.1.75\x00" => [
      "84.22.102.120"
    ]
    "4\x00xentro.io\x00\x00" => [
      "xentro.io"
    ]
    "32\x00\x00\x00" => []
    "8\x00https\x00\x00" => [
      "https"
    ]
    "16\x00443\x00\x00" => [
      "0.0.0.0:443"
    ]
  ]
  -isIisRewrite: false
  basePath: ""
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_USER.
Show voter details
2 GRANTED ACCOUNT_VIEW
App\Entity\Account {#545
  -id: 2
  -xuid: "SieCcCR_Q669s8wySGoYvg"
  -name: "linkorb"
  -slug: "linkorb"
  -createdAt: DateTimeImmutable @1780817143 {#547
    date: 2026-06-07 07:25:43.0 UTC (+00:00)
  }
  -members: Doctrine\ORM\PersistentCollection {#584 …}
  -drives: Doctrine\ORM\PersistentCollection {#648 …}
  -agents: Doctrine\ORM\PersistentCollection {#717 …}
}
"App\Security\AccountVoter"
GRANTED
Show voter details
3 GRANTED DRIVE_VIEW
App\Entity\Drive {#821
  -id: 2
  -xuid: "WCGkknViQ8SGb9__E50WZg"
  -account: App\Entity\Account {#545
    -id: 2
    -xuid: "SieCcCR_Q669s8wySGoYvg"
    -name: "linkorb"
    -slug: "linkorb"
    -createdAt: DateTimeImmutable @1780817143 {#547
      date: 2026-06-07 07:25:43.0 UTC (+00:00)
    }
    -members: Doctrine\ORM\PersistentCollection {#584 …}
    -drives: Doctrine\ORM\PersistentCollection {#648 …}
    -agents: Doctrine\ORM\PersistentCollection {#717 …}
  }
  -controlAgent: null
  -name: "my-wiki"
  -slug: "my-wiki"
  -workdir: "/app/var/drives/linkorb/my-wiki"
  -icon: "cube"
  -color: "#00fcff"
  -gitUrl: null
  -gitDefaultRef: null
  -description: null
  -createdAt: DateTimeImmutable @1780817264 {#831
    date: 2026-06-07 07:27:44.0 UTC (+00:00)
  }
  -updatedAt: DateTimeImmutable @1780819502 {#727
    date: 2026-06-07 08:05:02.0 UTC (+00:00)
  }
  -users: Doctrine\ORM\PersistentCollection {#838 …}
}
"App\Security\AccountVoter"
ABSTAIN
"App\Security\DriveVoter"
GRANTED
Show voter details