aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-14 17:26:09 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-14 17:26:38 -0400
commit80c5a4252569b4b219904f16069ca319670c8555 (patch)
tree74818cc261be268473425f5b540bcabeddb357bc /phpBB/config
parent247a002a144ecfc882f365ad54c63663a9b00090 (diff)
downloadforums-80c5a4252569b4b219904f16069ca319670c8555.tar
forums-80c5a4252569b4b219904f16069ca319670c8555.tar.gz
forums-80c5a4252569b4b219904f16069ca319670c8555.tar.bz2
forums-80c5a4252569b4b219904f16069ca319670c8555.tar.xz
forums-80c5a4252569b4b219904f16069ca319670c8555.zip
[feature/oauth] Add constructor arguments to services file
PHPBB3-11673
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/auth_providers.yml68
1 files changed, 51 insertions, 17 deletions
diff --git a/phpBB/config/auth_providers.yml b/phpBB/config/auth_providers.yml
index 5282dac5b9..0696b01001 100644
--- a/phpBB/config/auth_providers.yml
+++ b/phpBB/config/auth_providers.yml
@@ -53,69 +53,103 @@ services:
- { name: service_collection, tag: auth.provider.oauth.service }
auth.provider.oauth.service.amazon:
class: phpbb_auth_provider_oauth_service_amazon
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.bitly:
class: phpbb_auth_provider_oauth_service_bitly
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.box:
class: phpbb_auth_provider_oauth_service_box
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.dropbox:
class: phpbb_auth_provider_oauth_service_dropbox
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.facebook:
class: phpbb_auth_provider_oauth_service_facebook
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.fitbit:
class: phpbb_auth_provider_oauth_service_fitbit
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.foursquare:
class: phpbb_auth_provider_oauth_service_foursquare
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.github:
class: phpbb_auth_provider_oauth_service_github
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.instagram:
class: phpbb_auth_provider_oauth_service_instagram
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.linkedin:
class: phpbb_auth_provider_oauth_service_linkedin
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.microsoft:
class: phpbb_auth_provider_oauth_service_microsoft
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.paypal:
class: phpbb_auth_provider_oauth_service_paypal
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.soundclod:
class: phpbb_auth_provider_oauth_service_soundcloud
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.tumblr:
class: phpbb_auth_provider_oauth_service_tumblr
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.twitter:
class: phpbb_auth_provider_oauth_service_twitter
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.vkontakte:
class: phpbb_auth_provider_oauth_service_vkontakte
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }
auth.provider.oauth.service.yammer:
class: phpbb_auth_provider_oauth_service_yammer
- tages:
+ arguments:
+ - @config
+ tags:
- { tag: auth.provider.oauth.service }