My code was working properly and somehow Shopify stopped to send signature parameter. This will lead to:
Notice: Undefined index: signature in **/vendor/phpish/shopify/shopify.php on line 21
in function is_valid_request while validating request. As stated here https://help.shopify.com/api/guides/authentication/oauth#verification says: The signature attribute is deprecated due to vulnerabilities in how the signature is generated.
So it is possible they removed it in previous days from Shopify? Any suggestions?
My code was working properly and somehow Shopify stopped to send signature parameter. This will lead to:
Notice: Undefined index: signature in **/vendor/phpish/shopify/shopify.php on line 21
in function is_valid_request while validating request. As stated here https://help.shopify.com/api/guides/authentication/oauth#verification says: The signature attribute is deprecated due to vulnerabilities in how the signature is generated.
So it is possible they removed it in previous days from Shopify? Any suggestions?