aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:07:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-09 22:07:39 +0100
commit2a94b1d1b74b4e776e76a522621b67b45d115fe7 (patch)
tree3f4a99b890bb4ec1a7f84d131e7ead2323cc2438 /src/Wallabag/CoreBundle/Resources/config
parent0ac38198ab1c00dfb290d5631fa7c1cf5ac2a48a (diff)
downloadwallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.gz
wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.zst
wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.zip
log for authentication on API
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/config')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.xml b/src/Wallabag/CoreBundle/Resources/config/services.xml
index 859665ca..ca2ba383 100644
--- a/src/Wallabag/CoreBundle/Resources/config/services.xml
+++ b/src/Wallabag/CoreBundle/Resources/config/services.xml
@@ -21,6 +21,8 @@
21 class="Wallabag\CoreBundle\Security\Firewall\WsseListener" public="false"> 21 class="Wallabag\CoreBundle\Security\Firewall\WsseListener" public="false">
22 <argument type="service" id="security.context"/> 22 <argument type="service" id="security.context"/>
23 <argument type="service" id="security.authentication.manager" /> 23 <argument type="service" id="security.authentication.manager" />
24 <argument type="service" id="logger" />
25 <tag name="monolog.logger" channel="wsse" />
24 </service> 26 </service>
25 </services> 27 </services>
26 28