UNPKG
@code-nl/shopify-hmac
Version:
latest (1.0.0)
1.0.0
0.0.1-ci-cd-007
0.0.1-ci-cd-006
0.0.1-ci-cd-005
Shopify HMAC lib to verify Shopify calls
@code-nl/shopify-hmac
/
index.js
10 lines
(8 loc)
•
253 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
ShopifyAuthHMAC
=
require
(
'./src/auth_hmac'
);
const
ShopifyAppProxyHMAC
=
require
(
'./src/proxy_hmac'
);
const
ShopifyWebhookHMAC
=
require
(
'./src/webhook_hmac'
);
module
.
exports
= {
ShopifyAuthHMAC
,
ShopifyAppProxyHMAC
,
ShopifyWebhookHMAC
};