21 lines
1012 B
XML
21 lines
1012 B
XML
<?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.cookie_provider" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Cookie\JWTCookieProvider" abstract="true">
|
|
<argument>null</argument> <!-- Default name -->
|
|
<argument>null</argument> <!-- Default lifetime -->
|
|
<argument/> <!-- Default samesite -->
|
|
<argument/> <!-- Default path -->
|
|
<argument>null</argument> <!-- Default domain -->
|
|
<argument/> <!-- Default secure -->
|
|
<argument/> <!-- Default httpOnly -->
|
|
<argument>null</argument> <!-- Default split -->
|
|
<argument>false</argument> <!-- Default partitioned -->
|
|
</service>
|
|
</services>
|
|
</container>
|