POST https://alpha.stage.bewelcome.org/login_check

Security

Token

member-7 Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#1384
  -user: App\Entity\Member {#964 …}
  -roleNames: [
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\ContextListener"
0.07 ms (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
527.61 ms
Symfony\Component\HttpFoundation\RedirectResponse {#1386
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1392 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://alpha.stage.bewelcome.org/'" />\n
    \n
            <title>Redirecting to https://alpha.stage.bewelcome.org/</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://alpha.stage.bewelcome.org/">https://alpha.stage.bewelcome.org/</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "https://alpha.stage.bewelcome.org/"
}
"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
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
Lazy no
Duration 0.37 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#550
  #user: App\Entity\Member {#964 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#59
      -userLoader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider::loadUserByIdentifier(string $identifier, ?array $attributes = null): UserInterface {#58 …}
      -user: App\Entity\Member {#964 …}
      -identifierNormalizer: null
      -userIdentifier: "member-7"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#569
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#662
      -enabled: false
      +parameters: []
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#663
      -plaintextPassword: null
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#62 …}
    }
  ]
  -attributes: []
}
Badges UserBadge PasswordCredentials RememberMeBadge PasswordUpgradeBadge

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
GRANTED
The user is fully authenticated.
Show voter details