Oauth fix for mobile app
This commit is contained in:
parent
7522494e91
commit
862bd4d163
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class Google implements ProviderInterface
|
|||
public function getTokenResponse($token)
|
||||
{
|
||||
|
||||
$client = new \Google_Client(['client_id' => env('GOOGLE_CLIENT_ID','')]);
|
||||
$client = new \Google_Client();
|
||||
return $client->verifyIdToken($token);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue