1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

[feature/oauth] Start linking/registering OAuth accounts during login

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-24 13:46:33 -04:00
parent 669586c134
commit 581cb37b8c
4 changed files with 30 additions and 1 deletions

View File

@@ -45,6 +45,11 @@ interface phpbb_auth_provider_interface
* 'error_msg' => string
* 'user_row' => array
* )
* A fourth key of the array may be present 'redirect_data'
* This key is only used when 'status' is equal to
* LOGIN_SUCCESS_LINK_PROFILE and it's value is an
* associative array that is turned into GET variables on
* the redirect url.
*/
public function login($username, $password);