Private
Public Access
1
0

auth working, getting user data a problem

This commit is contained in:
Sander Roosendaal
2018-06-04 16:11:03 +02:00
parent aa948660a6
commit 30506818a5
10 changed files with 252 additions and 11 deletions

View File

@@ -254,6 +254,11 @@ RUNKEEPER_CLIENT_ID = CFG['runkeeper_client_id']
RUNKEEPER_CLIENT_SECRET = CFG['runkeeper_client_secret']
RUNKEEPER_REDIRECT_URI = CFG['runkeeper_callback']
# Polar Flow
POLAR_CLIENT_ID = CFG['polarflow_client_id']
POLAR_CLIENT_SECRET = CFG['polarflow_client_secret']
POLAR_REDIRECT_URI = CFG['polarflow_callback']
# Under Armour