aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-05-22 15:05:49 +0200
committerJakub Senko <jakubsenko@gmail.com>2016-05-30 13:02:49 +0200
commit33d1d19f9775242a260adbb33b0bfa4b5324dedf (patch)
tree4b4797607756c75d3cdfdcf80210986d4afd3111 /phpBB/config
parent50227dbc75482e8ae2fbf5fb8f5ee9f6c19de273 (diff)
downloadforums-33d1d19f9775242a260adbb33b0bfa4b5324dedf.tar
forums-33d1d19f9775242a260adbb33b0bfa4b5324dedf.tar.gz
forums-33d1d19f9775242a260adbb33b0bfa4b5324dedf.tar.bz2
forums-33d1d19f9775242a260adbb33b0bfa4b5324dedf.tar.xz
forums-33d1d19f9775242a260adbb33b0bfa4b5324dedf.zip
[ticket/14586] Add OAuth1 support
PHPBB3-14586
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_auth.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_auth.yml b/phpBB/config/default/container/services_auth.yml
index 5306644256..a0f9fbd8ef 100644
--- a/phpBB/config/default/container/services_auth.yml
+++ b/phpBB/config/default/container/services_auth.yml
@@ -99,3 +99,11 @@ services:
- '@request'
tags:
- { name: auth.provider.oauth.service }
+
+ auth.provider.oauth.service.twitter:
+ class: phpbb\auth\provider\oauth\service\twitter
+ arguments:
+ - @config
+ - @request
+ tags:
+ - { name: auth.provider.oauth.service }