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:
parent
6a29d9cf81
commit
232a8c6740
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user