https://admin.yeati.net/

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#241
  -secret: "WcBUmPC"
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Firewall

default Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.users_in_memory
context default
entry_point security.authentication.basic_entry_point.default
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "http_basic"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#206
  -map: Symfony\Component\Security\Http\AccessMap {#207 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#187 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#223
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#154 …}
  -sessionKey: "_security_default"
  -logger: Symfony\Bridge\Monolog\Logger {#187 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#222 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#113 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#196 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#159 …}
    "enableUsageTracking"
  ]
}
1.95 ms (none)
Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener {#216
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#159 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#219 …}
  -providerKey: "default"
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint {#189 …}
  -logger: Symfony\Bridge\Monolog\Logger {#187 …}
  -ignoreFailure: false
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#218 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#242
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#154 …}
  -secret: "WcBUmPC"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#219 …}
  -logger: Symfony\Bridge\Monolog\Logger {#187 …}
}
1.81 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#263
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#159 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#255 …}
  -map: Symfony\Component\Security\Http\AccessMap {#207 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#219 …}
  -exceptionOnNoToken: true
}
0.07 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
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"