https://demo-rmcsapi.zimalab.com/

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
AnonymousToken^ {#653
  -secret: "H74Zia7"
  -user: "anon."
  -roles: []
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context (none)
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
ChannelListener^ {#677
  -map: AccessMap {#621 …}
  -authenticationEntryPoint: RetryAuthenticationEntryPoint {#635 …}
  -logger: Logger {#590 …}
}
0.02 ms (none)
GuardAuthenticationListener^ {#638
  -guardHandler: GuardAuthenticatorHandler {#641 …}
  -authenticationManager: AuthenticationProviderManager {#530 …}
  -providerKey: "main"
  -guardAuthenticators: RewindableGenerator {#664 …}
  -logger: Logger {#590 …}
  -rememberMeServices: null
}
0.13 ms (none)
UsernamePasswordJsonAuthenticationListener^ {#662
  -tokenStorage: TokenStorage {#47 …}
  -authenticationManager: AuthenticationProviderManager {#530 …}
  -httpUtils: HttpUtils {#600 …}
  -providerKey: "main"
  -successHandler: CustomAuthenticationSuccessHandler {#637 …}
  -failureHandler: CustomAuthenticationFailureHandler {#665 …}
  -options: [
    "username_path" => "username"
    "password_path" => "password"
    "check_path" => "/api/login"
    "use_forward" => false
    "require_previous_session" => false
  ]
  -logger: Logger {#590 …}
  -eventDispatcher: TraceableEventDispatcher {#219 …}
  -propertyAccessor: PropertyAccessor {#333 …}
  -sessionStrategy: SessionAuthenticationStrategy {#658 …}
}
0.01 ms (none)
AnonymousAuthenticationListener^ {#663
  -tokenStorage: TokenStorage {#47 …}
  -secret: "H74Zia7"
  -authenticationManager: AuthenticationProviderManager {#530 …}
  -logger: Logger {#590 …}
}
0.21 ms (none)
AccessListener^ {#642
  -tokenStorage: TokenStorage {#47 …}
  -accessDecisionManager: TraceableAccessDecisionManager {#523 …}
  -map: AccessMap {#621 …}
  -authManager: AuthenticationProviderManager {#530 …}
}
0.01 ms (none)

Security Voters (5)

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\TruVoter"
5
"App\Security\TruVoter"