https://api-r.ulteamapp.fr/api/login_check

Security

Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\AnonymousToken {#434
  -secret: "J8xpZtR"
  -user: "anon."
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Firewall

login Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Security\UserProvider
context (none)
entry_point (none)
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "json_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#662
  -map: Symfony\Component\Security\Http\AccessMap {#661 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#669 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#653
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#189 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#398 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#670 …}
  -providerKey: "login"
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#400 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#391 …}
  -options: [
    "username_path" => "username"
    "password_path" => "password"
    "check_path" => "/api/login_check"
    "use_forward" => false
    "require_previous_session" => false
    "login_path" => "/login"
  ]
  -logger: Symfony\Bridge\Monolog\Logger {#669 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#381 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#113 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#435 …}
  -translator: Symfony\Component\Translation\DataCollectorTranslator {#75 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#418
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#188 …}
  -secret: "J8xpZtR"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#398 …}
  -logger: Symfony\Bridge\Monolog\Logger {#669 …}
}
8.14 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#410
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#189 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#532 …}
  -map: Symfony\Component\Security\Http\AccessMap {#661 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#398 …}
  -exceptionOnNoToken: true
}
0.24 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

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

Access decision log

# Result Attributes Object
1 GRANTED IS_AUTHENTICATED_ANONYMOUSLY
Symfony\Component\HttpFoundation\Request {#9
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#14 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#17 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#16 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#15 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#18 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/api/login_check"
  #requestUri: "/api/login_check"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#2373 …}
  #locale: null
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details