welcome back to dyb-tech
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" ?>
|
||||
|
||||
<container xmlns="http://symfony.com/schema/dic/services"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
|
||||
|
||||
<services>
|
||||
<service id="lexik_jwt_authentication.access_token_builder" class="Lexik\Bundle\JWTAuthenticationBundle\Services\WebToken\AccessTokenBuilder" public="false">
|
||||
<argument type="service" id="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" />
|
||||
<argument type="service" id="Jose\Bundle\JoseFramework\Services\JWSBuilderFactory" />
|
||||
<argument type="service" id="Jose\Bundle\JoseFramework\Services\JWEBuilderFactory" on-invalid="null" />
|
||||
<argument /> <!-- Signature algorithm -->
|
||||
<argument /> <!-- Signature key -->
|
||||
<argument on-invalid="null" /> <!-- Key encryption algorithm -->
|
||||
<argument on-invalid="null" /> <!-- Content encryption algorithm -->
|
||||
<argument on-invalid="null" /> <!-- Encryption key -->
|
||||
</service>
|
||||
</services>
|
||||
</container>
|
||||
Reference in New Issue
Block a user