mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/oauth] OAuth as a symfony service
PHPBB3-11673
This commit is contained in:
parent
6a29d9cf81
commit
232a8c6740
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue