aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Resources/config/services.yml
blob: 9ab4f3d1e2574aadf6e0dcdaf00372e8f350b597 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
services:
    wsse.security.authentication.provider:
        class: Wallabag\ApiBundle\Security\Authentication\Provider\WsseProvider
        public: false
        arguments: ['', '%kernel.cache_dir%/security/nonces']

    wsse.security.authentication.listener:
        class: Wallabag\ApiBundle\Security\Firewall\WsseListener
        public: false
        tags:
            - { name: monolog.logger, channel: wsse }
        arguments: ['@security.context', '@security.authentication.manager', '@logger']

    wallabag_core.graby:
        class: Graby\Graby