new urls!
pull/6/head
Hailey Clark 6 years ago
parent 5316468092
commit af423e7ed0
  1. 4
      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'

Loading…
Cancel
Save