http://api.h2o.fi/

Security

Token

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

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point lexik_jwt_authentication.jwt_token_authenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "json_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#607
  -map: Symfony\Component\Security\Http\AccessMap {#598 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#609 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#585
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#27 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#609 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#586 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#237 …}
  -registered: true
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#510 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#22 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#592
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#580 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#583 …}
  -providerKey: "main"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#576 …}
  -logger: Symfony\Bridge\Monolog\Logger {#609 …}
  -rememberMeServices: null
  -hideUserNotFoundExceptions: true
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener {#571
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#22 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#583 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#614 …}
  -providerKey: "main"
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#276 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#309 …}
  -options: [
    "username_path" => "email"
    "password_path" => "password"
    "check_path" => "/authentication_token"
    "use_forward" => false
    "require_previous_session" => false
    "login_path" => "/login"
  ]
  -logger: Symfony\Bridge\Monolog\Logger {#609 …}
  -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#237 …}
  -propertyAccessor: Symfony\Component\PropertyAccess\PropertyAccessor {#64 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#577 …}
  -translator: Symfony\Component\Translation\DataCollectorTranslator {#356 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#566
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#27 …}
  -secret: "FqOysMq"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#583 …}
  -logger: Symfony\Bridge\Monolog\Logger {#609 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#636
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#22 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#511 …}
  -map: Symfony\Component\Security\Http\AccessMap {#598 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#583 …}
  -exceptionOnNoToken: true
}
0.00 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"