oauth.services.yml in OAuth 1.0 8
Same filename and directory in other branches
File
oauth.services.ymlView source
- services:
- authentication.oauth:
- class: 'Drupal\oauth\Authentication\Provider\OAuthDrupalProvider'
- arguments: ['@database', '@logger.channel.oauth']
- tags:
- - { name: 'authentication_provider', provider_id: oauth, priority: 100 }
-
- logger.channel.oauth:
- parent: 'logger.channel_base'
- arguments: ['oauth']