[Python-modules-commits] [python-social-auth] 13/89: amazon backend: change authorization URL from http to https

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:14:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.15
in repository python-social-auth.

commit d77509b601547c1cebd831cd337d2bf9565eb312
Author: Marc Hoersken <info at marc-hoersken.de>
Date:   Mon Jan 4 14:48:06 2016 +0100

    amazon backend: change authorization URL from http to https
---
 social/backends/amazon.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/backends/amazon.py b/social/backends/amazon.py
index 2475744..eb1d8ff 100644
--- a/social/backends/amazon.py
+++ b/social/backends/amazon.py
@@ -10,7 +10,7 @@ from social.backends.oauth import BaseOAuth2
 class AmazonOAuth2(BaseOAuth2):
     name = 'amazon'
     ID_KEY = 'user_id'
-    AUTHORIZATION_URL = 'http://www.amazon.com/ap/oa'
+    AUTHORIZATION_URL = 'https://www.amazon.com/ap/oa'
     ACCESS_TOKEN_URL = 'https://api.amazon.com/auth/o2/token'
     DEFAULT_SCOPE = ['profile']
     REDIRECT_STATE = False

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list