[Python-modules-commits] [python-social-auth] 201/322: set redirect_state to false for live oauth2

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:09 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 451f8b381f98f70066bf9a37b2b14fa4681c4e34
Author: Jun Wang <wj1918 at hotmail.com>
Date:   Wed Mar 25 07:33:44 2015 -0400

    set redirect_state to false for live oauth2
---
 social/backends/live.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/social/backends/live.py b/social/backends/live.py
index 35af920..a7dda92 100644
--- a/social/backends/live.py
+++ b/social/backends/live.py
@@ -23,6 +23,7 @@ class LiveOAuth2(BaseOAuth2):
         ('last_name', 'last_name'),
         ('token_type', 'token_type'),
     ]
+    REDIRECT_STATE = False
 
     def get_user_details(self, response):
         """Return user details from Live Connect account"""

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