]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/services.yml
Add custom auth encoder & provider
[github/wallabag/wallabag.git] / app / config / services.yml
CommitLineData
93fd4692
NL
1# Learn more about services, parameters and containers at
2# http://symfony.com/doc/current/book/service_container.html
3parameters:
d9169157
J
4 security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider
5 security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder
93fd4692
NL
6
7services:
8# service_name:
9# class: AppBundle\Directory\ClassName
10# arguments: ["@another_service_name", "plain_value", "%parameter_name%"]