From af423e7ed07b4ab2173ee0e40a8a3e7ef9ee46ab Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 4 Oct 2019 23:26:54 -0700 Subject: [PATCH] Pushing... new urls! --- google_auth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google_auth.py b/google_auth.py index d500c60..2021537 100755 --- a/google_auth.py +++ b/google_auth.py @@ -17,8 +17,8 @@ config = configparser.ConfigParser() config.read('config.ini') app_debug = config.get("app","debug") -ACCESS_TOKEN_URI = 'https://www.googleapis.com/oauth2/v4/token' -AUTHORIZATION_URL = 'https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&prompt=consent' +ACCESS_TOKEN_URI = 'https://oauth2.googleapis.com/token' +AUTHORIZATION_URL = 'https://accounts.google.com/o/oauth2/v2/auth' AUTHORIZATION_SCOPE ='openid email profile'