-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature parameter no longer send #5
Comments
Not sure if that's related but I couldn't access one of my shops on 26th
|
MD5 signature is no longer supported since 1st June. So it may be fixed like this: https://github.com/hsleewis/shopify/commit/fced4542010fcc566472fc6fefb36e195872fd49 However even this solution is not working for me when I verify the request for plugin preferences page. Because this request has some different parameters and SHA hash does not match at all. |
@marekgach - wrap the See here: #4 (comment) |
Please check this : #6 It will solve this issue. |
@marekgach @archimedesign @hellozach @ajrana000 feel free to give my version a try: https://github.com/LukeTowers/php-shopify-api |
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?
The text was updated successfully, but these errors were encountered: