( ! ) Warning: Undefined variable $namespace in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.0094359760{main}( ).../EmptyAuthenticator.tpl.php:0
;
( ! ) Warning: Undefined variable $use_statements in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 5
Call Stack
#TimeMemoryFunctionLocation
10.0094359760{main}( ).../EmptyAuthenticator.tpl.php:0
class
( ! ) Warning: Undefined variable $class_name in /home/homes/thomastestaud/sites/thomastestaud.fr_2.0/vendor/symfony/maker-bundle/src/Resources/skeleton/authenticator/EmptyAuthenticator.tpl.php on line 7
Call Stack
#TimeMemoryFunctionLocation
10.0094359760{main}( ).../EmptyAuthenticator.tpl.php:0
extends AbstractAuthenticator { public function supports(Request $request): ?bool { // TODO: Implement supports() method. } public function authenticate(Request $request): Passport { // TODO: Implement authenticate() method. } public function onAuthenticationSuccess(Request $request, TokenInterface $token, string $firewallName): ?Response { // TODO: Implement onAuthenticationSuccess() method. } public function onAuthenticationFailure(Request $request, AuthenticationException $exception): ?Response { // TODO: Implement onAuthenticationFailure() method. } // public function start(Request $request, AuthenticationException $authException = null): Response // { // /* // * If you would like this class to control what happens when an anonymous user accesses a // * protected page (e.g. redirect to /login), uncomment this method and make this class // * implement Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface. // * // * For more details, see https://symfony.com/doc/current/security/experimental_authenticators.html#configuring-the-authentication-entry-point // */ // } }