Use HTTPS for everything

This commit is contained in:
Tom Naessens 2015-03-31 16:29:45 +02:00
parent 76f7d4c56d
commit f276b94a1c

View file

@ -15,7 +15,7 @@ zeus = oauth.remote_app(
consumer_key=app.config['ZEUS_KEY'],
consumer_secret=app.config['ZEUS_SECRET'],
request_token_params={},
base_url='http://kelder.zeus.ugent.be/oauth/api/',
base_url='https://kelder.zeus.ugent.be/oauth/api/',
access_token_method='POST',
access_token_url='https://kelder.zeus.ugent.be/oauth/oauth2/token/',
authorize_url='https://kelder.zeus.ugent.be/oauth/oauth2/authorize/'