https://51.68.126.163/

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\AppAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "login_link"
  "App\Security\AppAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#484
  -map: Symfony\Component\Security\Http\AccessMap {#485 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#461 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#491
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#51 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#461 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#492 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#458 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#463 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#52 …}
    "enableUsageTracking"
  ]
}
0.17 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#508
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#509 …}
}
1.07 ms
Symfony\Component\HttpFoundation\RedirectResponse {#540
  #targetUrl: "/"
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#542 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/'" />\n
    \n
            <title>Redirecting to /</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/">/</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
}
Symfony\Component\Security\Http\Firewall\AccessListener {#511
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#52 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#328 …}
  -map: Symfony\Component\Security\Http\AccessMap {#485 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.00 ms (none)

Authenticators

Authenticator Supports Duration Passport
"Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator"
0.00 ms (none)
"App\Security\AppAuthenticator"
0.31 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#524
  #user: null
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#525
      -userIdentifier: ""
      -userLoader: [
        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#501
          -registry: Doctrine\Bundle\DoctrineBundle\Registry {#255 …}
          -managerName: null
          -classOrAlias: "App\Entity\User"
          -class: null
          -property: "email"
        }
        "loadUserByIdentifier"
      ]
      -user: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#526
      -password: ""
      -resolved: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#527
      -resolved: false
      -csrfTokenId: "authenticate"
      -csrfToken: null
    }
  ]
  -attributes: []
}

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"