welcome back to dyb-tech
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
<?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.security.jwt_authenticator" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" abstract="true">
|
||||
<argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
|
||||
<argument type="service" id="event_dispatcher"/>
|
||||
<argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
|
||||
<argument /> <!-- User Provider -->
|
||||
<argument type="service" id="translator" on-invalid="null" />
|
||||
</service>
|
||||
|
||||
</services>
|
||||
</container>
|
||||
Reference in New Issue
Block a user