The Shopify Oauth2 flow fails and complains of:
'NoneType' object has no attribute 'strip' here --> self.data.get('shop').strip().
Also, there are no clear notes on how to setup Shopify Oauth2 with python-social-auth. Are there any new settings that are required in a django app?
Have added:
"'social.backends.shopify.ShopifyOAuth2' --> to AUTHENTICATION_BACKENDS
and,
SHOPIFY_APP_API_KEY, SHOPIFY_SHARED_SECRET,SHOPIFY_API_SCOPE.
Am I missing anything?
The Shopify Oauth2 flow fails and complains of:
'NoneType' object has no attribute 'strip' here --> self.data.get('shop').strip().
Also, there are no clear notes on how to setup Shopify Oauth2 with python-social-auth. Are there any new settings that are required in a django app?
Have added:
"'social.backends.shopify.ShopifyOAuth2' --> to AUTHENTICATION_BACKENDS
and,
SHOPIFY_APP_API_KEY, SHOPIFY_SHARED_SECRET,SHOPIFY_API_SCOPE.
Am I missing anything?