-
-
Notifications
You must be signed in to change notification settings - Fork 618
Open
Description
Bundle version: 3.1.1
Symfony version: 7.4.* / 8.0.*
Since symfony/dependency-injection 7.4: XML configuration format is deprecated, use YAML or PHP instead.
Lexik\Bundle\JWTAuthenticationBundle\DependencyInjection\LexikJWTAuthenticationExtension
public function load(array $configs, ContainerBuilder $container): void
{
$configuration = new Configuration();
$config = $this->processConfiguration($configuration, $configs);
$loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); // DEPRECATED
$loader->load('jwt_manager.xml');
$loader->load('key_loader.xml');
$loader->load('lcobucci.xml');
$loader->load('response_interceptor.xml');
$loader->load('token_authenticator.xml');
$loader->load('token_extractor.xml');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels