1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

Merge pull request #4344 from Senky/ticket2/14586

[ticket/14586] Add OAuth1 support
This commit is contained in:
Marc Alexander
2016-07-20 20:25:01 +02:00
5 changed files with 152 additions and 9 deletions

View File

@@ -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 }