[Python-modules-commits] [python-social-auth] 153/322: Disable redirect_state in kakao backend. Fixes #538

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:02 UTC 2016


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

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

commit 5b6e3ebd4adc79e6d2a23f3e0f5e4593a7f41b3b
Author: dobestan <dobestan at gmail.com>
Date:   Tue Mar 3 17:20:54 2015 +0900

    Disable redirect_state in kakao backend. Fixes #538
---
 social/backends/kakao.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/social/backends/kakao.py b/social/backends/kakao.py
index b20cdf9..0c60bfc 100644
--- a/social/backends/kakao.py
+++ b/social/backends/kakao.py
@@ -11,6 +11,7 @@ class KakaoOAuth2(BaseOAuth2):
     AUTHORIZATION_URL = 'https://kauth.kakao.com/oauth/authorize'
     ACCESS_TOKEN_URL = 'https://kauth.kakao.com/oauth/token'
     ACCESS_TOKEN_METHOD = 'POST'
+    REDIRECT_STATE = False
 
     def get_user_id(self, details, response):
         return response['id']

-- 
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