[Python-modules-commits] [python-social-auth] 272/322: Don't send redirect_state to slack backend

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:18 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 7476575ec92a3a50b799727b0db07d009279c73c
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Sun Apr 19 04:11:44 2015 -0300

    Don't send redirect_state to slack backend
---
 social/backends/slack.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/social/backends/slack.py b/social/backends/slack.py
index f1e439b..74775c8 100644
--- a/social/backends/slack.py
+++ b/social/backends/slack.py
@@ -15,7 +15,7 @@ class SlackOAuth2(BaseOAuth2):
     ACCESS_TOKEN_URL = 'https://slack.com/api/oauth.access'
     ACCESS_TOKEN_METHOD = 'POST'
     SCOPE_SEPARATOR = ','
-    REDIRECT_STATE = True
+    REDIRECT_STATE = False
     EXTRA_DATA = [
         ('id', 'id'),
         ('name', 'name'),

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