POST https://feetfans.fr/login

Security

Token

f.torchausse@gmail.com Username
Authenticated
Property Value
Roles
[
  "ROLE_CREATOR"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#673
  -user: App\Entity\User {#1048 …}
  -roleNames: [
    "ROLE_CREATOR"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\LoginFormAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "login_throttling"
  "remember_me"
  "App\Security\LoginFormAuthenticator"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\ContextListener"
0.23 ms (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
341.70 ms
Symfony\Component\HttpFoundation\RedirectResponse {#674
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#669 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/creator/home'" />\n
    \n
            <title>Redirecting to /creator/home</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/creator/home">/creator/home</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "/creator/home"
}
"Symfony\Component\Security\Http\Firewall\AccessListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\LogoutListener"
(none) (none)

Authenticators

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

This authenticator did not support the request.

success
"App\Security\LoginFormAuthenticator"
Lazy no
Duration 0.19 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#645
  #user: App\Entity\User {#1048 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#644
      -userLoader: Closure(string $userIdentifier) {#643 …}
      -user: App\Entity\User {#1048 …}
      -identifierNormalizer: null
      -userIdentifier: "f.torchausse@gmail.com"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#642
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#641
      -resolved: true
      -csrfTokenId: "authenticate"
      -csrfToken: "csrf-token"
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#640
      -enabled: true
      +parameters: []
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#1132
      -plaintextPassword: null
      -passwordUpgrader: null
    }
  ]
  -attributes: []
}
Badges UserBadge PasswordCredentials CsrfTokenBadge RememberMeBadge PasswordUpgradeBadge

Access Decision