From b8e7eea8b9966fbdd1737bf5b71ed16626dce825 Mon Sep 17 00:00:00 2001 From: patito Date: Thu, 28 Sep 2017 15:05:52 +0100 Subject: [PATCH] Changed redirect URI --- config_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_template.py b/config_template.py index cc4b983..e6b5313 100644 --- a/config_template.py +++ b/config_template.py @@ -69,7 +69,7 @@ GITHUB_OAUTH_AUTHORIZE = 'http://127.0.0.1:5000/oauth/authorize' GOOGLE_OAUTH_ENABLE = False GOOGLE_OAUTH_CLIENT_ID = ' ' GOOGLE_OAUTH_CLIENT_SECRET = ' ' -GOOGLE_REDIRECT_URI = '/Callback' +GOOGLE_REDIRECT_URI = '/user/authorized' GOOGLE_TOKEN_URL = 'https://accounts.google.com/o/oauth2/token' GOOGLE_TOKEN_PARAMS = { 'scope': 'email profile'