mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
[feature/oauth] Finish clean up of removed providers
PHPBB3-11673
This commit is contained in:
parent
662b8fdcec
commit
bbbe442c42
1 changed files with 2 additions and 86 deletions
|
@ -52,12 +52,6 @@ services:
|
||||||
- @service_container
|
- @service_container
|
||||||
tags:
|
tags:
|
||||||
- { name: service_collection, tag: auth.provider.oauth.service }
|
- { name: service_collection, tag: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.amazon:
|
|
||||||
class: phpbb_auth_provider_oauth_service_amazon
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.bitly:
|
auth.provider.oauth.service.bitly:
|
||||||
class: phpbb_auth_provider_oauth_service_bitly
|
class: phpbb_auth_provider_oauth_service_bitly
|
||||||
arguments:
|
arguments:
|
||||||
|
@ -65,92 +59,14 @@ services:
|
||||||
- @request
|
- @request
|
||||||
tags:
|
tags:
|
||||||
- { name: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.box:
|
|
||||||
class: phpbb_auth_provider_oauth_service_box
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.dropbox:
|
|
||||||
class: phpbb_auth_provider_oauth_service_dropbox
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.facebook:
|
auth.provider.oauth.service.facebook:
|
||||||
class: phpbb_auth_provider_oauth_service_facebook
|
class: phpbb_auth_provider_oauth_service_facebook
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
- { name: auth.provider.oauth.service }
|
- { name: auth.provider.oauth.service }
|
||||||
auth.provider.oauth.service.fitbit:
|
auth.provider.oauth.service.google:
|
||||||
class: phpbb_auth_provider_oauth_service_fitbit
|
class: phpbb_auth_provider_oauth_service_google
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.foursquare:
|
|
||||||
class: phpbb_auth_provider_oauth_service_foursquare
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.github:
|
|
||||||
class: phpbb_auth_provider_oauth_service_github
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.instagram:
|
|
||||||
class: phpbb_auth_provider_oauth_service_instagram
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.linkedin:
|
|
||||||
class: phpbb_auth_provider_oauth_service_linkedin
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.microsoft:
|
|
||||||
class: phpbb_auth_provider_oauth_service_microsoft
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.paypal:
|
|
||||||
class: phpbb_auth_provider_oauth_service_paypal
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.soundclod:
|
|
||||||
class: phpbb_auth_provider_oauth_service_soundcloud
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.tumblr:
|
|
||||||
class: phpbb_auth_provider_oauth_service_tumblr
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.twitter:
|
|
||||||
class: phpbb_auth_provider_oauth_service_twitter
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.vkontakte:
|
|
||||||
class: phpbb_auth_provider_oauth_service_vkontakte
|
|
||||||
arguments:
|
|
||||||
- @config
|
|
||||||
tags:
|
|
||||||
- { name: auth.provider.oauth.service }
|
|
||||||
auth.provider.oauth.service.yammer:
|
|
||||||
class: phpbb_auth_provider_oauth_service_yammer
|
|
||||||
arguments:
|
arguments:
|
||||||
- @config
|
- @config
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Reference in a new issue