https://flap-shop.com/mypage/login Return to referer URL

Security

Token

There is no security token.

Firewall

customer Name
Security enabled
Stateless

Configuration

Key Value
provider Eccube\Security\Core\User\CustomerProvider
context customer
entry_point security.authenticator.form_login.customer
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "login_throttling"
  "form_login"
  "remember_me"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#2808
  -map: Symfony\Component\Security\Http\AccessMap {#2807 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#2816 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#3484
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#885 …}
  -sessionKey: "_security_customer"
  -logger: Symfony\Bridge\Monolog\Logger {#2816 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3482 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#3265 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#2817 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#846
      -storage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#885 …}
      -container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#912 …}
      -enableUsageTracking: true
    }
    "enableUsageTracking"
  ]
}
0.11 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#3486
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#3485 …}
}
11.96 ms
Symfony\Component\HttpFoundation\RedirectResponse {#3533
  #targetUrl: "https://flap-shop.com/mypage/login"
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#3661 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='https://flap-shop.com/mypage/login'" />\n
    \n
            <title>Redirecting to https://flap-shop.com/mypage/login</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="https://flap-shop.com/mypage/login">https://flap-shop.com/mypage/login</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
}

Authenticators

Authenticator Supports Duration Passport
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
0.00 ms (none)
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
0.95 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#3505
  #user: null
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#3502
      -userIdentifier: "pink67426@icloud.com"
      -userLoader: [
        Eccube\Security\Core\User\CustomerProvider {#3270
          #customerRepository: Eccube\Repository\CustomerRepository {#2660 …}
        }
        "loadUserByUsername"
      ]
      -user: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#3500
      -password: "ousuke426@"
      -resolved: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#3516
      -enabled: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#3498
      -resolved: false
      -csrfTokenId: "authenticate"
      -csrfToken: "0f9803bc64ddaeb.7qc-U6UBQMIOYcAVnPH2UfSKMxtZYr6u0wAoir60snE.gZ4NKv1lLbZZCrNx6aTFKKbNAy1hK-v-vzJ_2djc6zOF9koS4WAli1sD-A"
    }
  ]
  -attributes: []
}

Access Decision

unanimous 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"
4
"Eccube\Security\Voter\AuthorityVoter"