1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[feature/oauth] Use DB for OAuth token storage

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-13 16:51:38 -04:00
parent 37f099b014
commit 24bf333e16
5 changed files with 66 additions and 17 deletions

View File

@@ -42,6 +42,5 @@ services:
- @config
- @request
- @user
- @cache.driver
tags:
- { name: auth.provider }