3 <container xmlns=
"http://symfony.com/schema/dic/services"
4 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
5 xsi:
schemaLocation=
"http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
9 <service id=
"wallabag_core.twig.wallabag" class=
"Wallabag\CoreBundle\Twig\Extension\WallabagExtension">
10 <tag name=
"twig.extension" />
14 <service id=
"wsse.security.authentication.provider"
15 class=
"Wallabag\CoreBundle\Security\Authentication\Provider\WsseProvider" public=
"false">
16 <argument /> <!-- User Provider -->
17 <argument>%kernel.cache_dir%/security/nonces
</argument>
20 <service id=
"wsse.security.authentication.listener"
21 class=
"Wallabag\CoreBundle\Security\Firewall\WsseListener" public=
"false">
22 <argument type=
"service" id=
"security.context"/>
23 <argument type=
"service" id=
"security.authentication.manager" />
24 <argument type=
"service" id=
"logger" />
25 <tag name=
"monolog.logger" channel=
"wsse" />