From fc7166b932fa769a5d9a217155ff9d22b9ada67f Mon Sep 17 00:00:00 2001 From: Aaron Parecki <aaron@parecki.com> Date: Thu, 3 May 2018 17:02:16 -0700 Subject: [PATCH] remove profile scope from google --- google.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google.php b/google.php index 9429c4b..387832a 100644 --- a/google.php +++ b/google.php @@ -29,7 +29,7 @@ if(isset($_GET['action']) && $_GET['action'] == 'login') { 'response_type' => 'code', 'client_id' => $googleClientID, 'redirect_uri' => $baseURL, - 'scope' => 'openid email https://www.googleapis.com/auth/userinfo.profile', + 'scope' => 'openid email', 'state' => $_SESSION['state'] ); -- GitLab