POST http://192.168.4.6:7655/

Security

Token

Georg Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#6868
  -user: App\Entity\User {#7170 …}
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_provider
context main
entry_point App\Security\UsernameOrEmailPasswordAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "remember_me"
  "App\Security\UsernameOrEmailPasswordAuthenticator"
]

Listeners

Listener Duration Response
"Symfony\Component\Security\Http\Firewall\ChannelListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\ContextListener"
0.01 ms (none)
"Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
400.42 ms
Symfony\Component\HttpFoundation\RedirectResponse {#5751
  +headers: Symfony\Component\HttpFoundation\ResponseHeaderBag {#1648 …}
  #content: """
    <!DOCTYPE html>\n
    <html>\n
        <head>\n
            <meta charset="UTF-8" />\n
            <meta http-equiv="refresh" content="0;url='/collections'" />\n
    \n
            <title>Redirecting to /collections</title>\n
        </head>\n
        <body>\n
            Redirecting to <a href="/collections">/collections</a>.\n
        </body>\n
    </html>
    """
  #version: "1.1"
  #statusCode: 302
  #statusText: "Found"
  #charset: "UTF-8"
  -sentHeaders: ? array
  #targetUrl: "/collections"
}
"Symfony\Component\Security\Http\Firewall\LogoutListener"
(none) (none)
"Symfony\Component\Security\Http\Firewall\AccessListener"
(none) (none)

Authenticators

Status Authenticator
skipped
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"

This authenticator did not support the request.

success
"App\Security\UsernameOrEmailPasswordAuthenticator"
Lazy no
Duration 0.16 ms
Passport
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#6680
  #user: App\Entity\User {#7170 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#6141
      -userLoader: Closure($userIdentifier): User {#5695 …}
      -user: App\Entity\User {#7170 …}
      -identifierNormalizer: null
      -userIdentifier: "g.tenor@tenoronline.net"
      -attributes: null
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#5915
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\RememberMeBadge {#6681
      -enabled: true
      +parameters: []
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\CsrfTokenBadge {#3394
      -resolved: true
      -csrfTokenId: "authenticate"
      -csrfToken: "H7OLByQ1VD/4fD17JMkZ8UIp"
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#6006
      -plaintextPassword: null
      -passwordUpgrader: null
    }
  ]
  -attributes: []
}
Badges UserBadge PasswordCredentials RememberMeBadge CsrfTokenBadge PasswordUpgradeBadge
Exception
Symfony\Component\Security\Core\Exception\BadCredentialsException {#3158
  #message: "Empty user identifier."
  #code: 0
  #file: "/app/public/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php"
  #line: 135
  -token: null
  trace: {
    /app/public/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:135 {
      Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->validateUserIdentifier(string $userIdentifier): void …
      › if ('' === $userIdentifier) {    throw new BadCredentialsException('Empty user identifier.');}
    }
    /app/public/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:57 {
      Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->__construct(string $userIdentifier, ?callable $userLoader = null, ?array $attributes = null, ?Closure $identifierNormalizer = null) …
      › ) {    $this->validateUserIdentifier($userIdentifier);arguments: {
        $userIdentifier: ""
      }
    }
    /app/public/src/Security/UsernameOrEmailPasswordAuthenticator.php:42 {
      App\Security\UsernameOrEmailPasswordAuthenticator->authenticate(Request $request): Passport …
      › return new Passport(    new UserBadge($login, function ($userIdentifier): ?User {        $user = $this->userRepository->findOneByUsernameOrEmail($userIdentifier);
      arguments: {
        $userIdentifier: ""
        $userLoader: Closure($userIdentifier): User {#3021 …}
      }
    }
    /app/public/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticator.php:74 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator->authenticate(Request $request): Passport …
      › try {    $this->passport = $this->authenticator->authenticate($request);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3210 …}
      }
    }
    /app/public/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:172 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
      › // get the passport from the Authenticator$passport = $authenticator->authenticate($request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3210 …}
      }
    }
    /app/public/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:154 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
      › 
      › $response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {
      arguments: {
        $authenticator: Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#849 …}
        $request: Symfony\Component\HttpFoundation\Request {#3210 …}
      }
    }
    /app/public/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:136 {
      Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
      › 
      ›     return $this->executeAuthenticators($authenticators, $request);}
      arguments: {
        $authenticators: [ …1]
        $request: Symfony\Component\HttpFoundation\Request {#3210 …}
      }
    }
    /app/public/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:38 {
      Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › $request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3210 …}
      }
    }
    /app/public/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:58 {
      Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate(RequestEvent $event): void …
      › {    $this->authenticationManagerListener->authenticate($event);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
      }
    }
    /app/public/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:52 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event): void …
      › try {    $this->listener->authenticate($event);} catch (LazyResponseException $e) {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
      }
    }
    /app/public/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:88 {
      Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners(RequestEvent $event, iterable $listeners): void …
      › 
      › $listener->authenticate($event);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
      }
    }
    /app/public/vendor/symfony/security-http/Firewall.php:86 {
      Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event): void …
      › 
      ›     $this->callListeners($event, $authenticationListeners());}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
        $listeners: Generator {#3380 …}
      }
    }
    /app/public/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#237 …}
        }
      }
    }
    /app/public/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#237 …}
      }
    }
    /app/public/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      arguments: {
        $listeners: [ …19]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
      }
    }
    /app/public/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
        $eventName: "kernel.request"
      }
    }
    /app/public/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#4078 …}
        $eventName: "kernel.request"
      }
    }
    /app/public/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3210 …}
        $type: 1
      }
    }
    /app/public/vendor/symfony/http-kernel/Kernel.php:191 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3210 …}
        $type: 1
        $catch: true
      }
    }
    /app/public/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php:50 {
      Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():40} …
      › $sfRequest = Request::createFromGlobals();$sfResponse = $this->kernel->handle($sfRequest);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#3210 …}
      }
    }
    Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->{closure:Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner::run():40}() {}
    /app/public/vendor/symfony/runtime/Runner/FrankenPhpWorkerRunner.php:57 {
      Symfony\Component\Runtime\Runner\FrankenPhpWorkerRunner->run(): int …
      › do {    $ret = frankenphp_handle_request($handler);arguments: {
        $callback: Closure(): void {#2 …}
      }
    }
    /app/public/vendor/autoload_runtime.php:33 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/public/vendor/autoload_runtime.php"
      }
    }
  }
}

Access Decision