[Python-modules-commits] [python-social-auth] 05/71: Add REDIRECT_STATE = False

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


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

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

commit 97d006bd9377e1db078a3e1c8f51b1f584dc3b8b
Author: Julian Bez <julian.bez at gmail.com>
Date:   Tue Sep 1 18:00:39 2015 +0200

    Add REDIRECT_STATE = False
---
 social/backends/shopify.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/social/backends/shopify.py b/social/backends/shopify.py
index 861b1a6..a04b512 100644
--- a/social/backends/shopify.py
+++ b/social/backends/shopify.py
@@ -19,6 +19,7 @@ class ShopifyOAuth2(BaseOAuth2):
         ('website', 'website'),
         ('expires', 'expires')
     ]
+    REDIRECT_STATE = False
 
     @property
     def shopifyAPI(self):

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