From 0895c12de08eea677589f46dad00e6814cd29bf1 Mon Sep 17 00:00:00 2001 From: Subhadeep Dey Date: Sat, 19 May 2018 22:10:22 +0530 Subject: [PATCH] Modify client_secrets.json --- client_secrets.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client_secrets.json b/client_secrets.json index 43767c1..6f60181 100644 --- a/client_secrets.json +++ b/client_secrets.json @@ -6,6 +6,10 @@ "token_uri": "https://accounts.google.com/o/oauth2/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_secret": "M09elm1QiDeOdNFkFVoHDFIp", + "redirect_uris": [ + "http://localhost:5000/login", + "http://localhost:5000/gconnect" + ], "javascript_origins": [ "http://localhost:5000" ]