Файловый менеджер - Редактировать - /home/avadvi5/calendar.aeronextgen.com/davis/vendor/symfony/security-bundle/Resources/config/security_authenticator_login_link.php
Ðазад
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Loader\Configurator; use Symfony\Bundle\SecurityBundle\LoginLink\FirewallAwareLoginLinkHandler; use Symfony\Component\DependencyInjection\Parameter; use Symfony\Component\Security\Core\Signature\ExpiredSignatureStorage; use Symfony\Component\Security\Core\Signature\SignatureHasher; use Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator; use Symfony\Component\Security\Http\LoginLink\LoginLinkHandler; use Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface; return static function (ContainerConfigurator $container) { $container->services() ->set('security.authenticator.login_link', LoginLinkAuthenticator::class) ->abstract() ->args([ abstract_arg('the login link handler instance'), service('security.http_utils'), abstract_arg('authentication success handler'), abstract_arg('authentication failure handler'), abstract_arg('options'), ]) ->set('security.authenticator.abstract_login_link_handler', LoginLinkHandler::class) ->abstract() ->args([ service('router'), abstract_arg('user provider'), abstract_arg('signature hasher'), abstract_arg('options'), ]) ->set('security.authenticator.abstract_login_link_signature_hasher', SignatureHasher::class) ->args([ service('property_accessor'), abstract_arg('signature properties'), new Parameter('kernel.secret'), abstract_arg('expired signature storage'), abstract_arg('max signature uses'), ]) ->set('security.authenticator.expired_login_link_storage', ExpiredSignatureStorage::class) ->abstract() ->args([ abstract_arg('cache pool service'), abstract_arg('expired login link storage'), ]) ->set('security.authenticator.cache.expired_links') ->parent('cache.app') ->private() ->set('security.authenticator.firewall_aware_login_link_handler', FirewallAwareLoginLinkHandler::class) ->args([ service('security.firewall.map'), tagged_locator('security.authenticator.login_linker', 'firewall'), service('request_stack'), ]) ->alias(LoginLinkHandlerInterface::class, 'security.authenticator.firewall_aware_login_link_handler') ; };
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка