http://51.38.62.208/api/login_check Return to referer URL

Security

Token

There is no security token.

Firewall

login Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#546
  -map: Symfony\Component\Security\Http\AccessMap {#545 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#553 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#529
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#528 …}
}
23.42 ms
Lexik\Bundle\JWTAuthenticationBundle\Response\JWTAuthenticationFailureResponse {#1005
  -message: "Invalid credentials."
  #data: "{"code":401,"message":"Invalid credentials."}"
  #callback: null
  #encodingOptions: 15
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1181 …}
  #content: "{"code":401,"message":"Invalid credentials."}"
  #version: "1.1"
  #statusCode: 401
  #statusText: "Unauthorized"
  #charset: "UTF-8"
}

Authenticators

Authenticator Supports Duration Passport
"Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator"
0.77 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#585
  #user: null
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#586
      -userIdentifier: "dsgsdg@gmail.com"
      -userLoader: [
        Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#526 …}
        "loadUserByIdentifier"
      ]
      -user: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#581
      -password: "sdgsdg"
      -resolved: false
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#580
      -plaintextPassword: "sdgsdg"
      -passwordUpgrader: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#526 …}
    }
  ]
  -attributes: []
}

Access Decision

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"
4
"App\Security\Voter\ApplicationVoter"