]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/ApiBundle/Resources/config/services.yml
Add client_credentials as grant_type
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Resources / config / services.yml
1 services:
2 wallabag_api.accesstoken_repository:
3 class: Wallabag\ApiBundle\Repository\AccessTokenRepository
4 factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
5 arguments:
6 - WallabagApiBundle:AccessToken