mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[feature/oauth] OAuth as a symfony service
PHPBB3-11673
This commit is contained in:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user