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

[feature/oauth] Update the OAuth service interface

PHPBB3-11673
This commit is contained in:
Joseph Warner
2013-07-29 16:07:11 -04:00
parent 3d55e5faa9
commit d21ab4f629
5 changed files with 47 additions and 2 deletions

View File

@@ -398,7 +398,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
$this->service_providers[$service_name]->set_external_service_provider($service);
// The user has already authenticated successfully, request to authenticate again
$unique_id = $this->service_providers[$service_name]->perform_auth_link();
$unique_id = $this->service_providers[$service_name]->perform_token_auth();
// Insert into table, they will be able to log in after this
$data = array(