1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 12:34:59 +02:00

[feature/oauth] OAuth as a symfony service

PHPBB3-11673
This commit is contained in:
Joseph Warner 2013-07-13 10:30:54 -04:00
parent 6a29d9cf81
commit 232a8c6740

View File

@ -35,3 +35,12 @@ services:
- @user
tags:
- { name: auth.provider }
auth.provider.oauth:
class: phpbb_auth_provider_oauth
arguments:
- @dbal.conn
- @config
- @request
- @user
tags:
- { name: auth.provider }