http://api.mumidis.org/

Security Token

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

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider fos_user.user_provider.username_email
context main
entry_point security.authentication.form_entry_point.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#250
  -map: Symfony\Component\Security\Http\AccessMap {#249 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#183 …}
  -logger: Symfony\Bridge\Monolog\Logger {#257 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#174
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#414 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#257 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#175 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#540 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#268 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#415 …}
    "enableUsageTracking"
  ]
}
0.49 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#179
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#172 …}
  #options: [
    "check_path" => "/login_check"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#257 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#180 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#278 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#415 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#173 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#540 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#378 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#182 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#177
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#414 …}
  -secret: "Hg7Khi8"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#180 …}
  -logger: Symfony\Bridge\Monolog\Logger {#257 …}
}
36.29 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#277
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#415 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#275
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#274 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#260}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#276 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#278 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#149
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#415 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#760 …}
  -map: Symfony\Component\Security\Http\AccessMap {#249 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#180 …}
}
0.03 ms (none)

Security Voters (3)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"