UNPKG

@code-nl/shopify-hmac

Version:

Shopify HMAC lib to verify Shopify calls

10 lines (8 loc) 253 B
const ShopifyAuthHMAC = require('./src/auth_hmac'); const ShopifyAppProxyHMAC = require('./src/proxy_hmac'); const ShopifyWebhookHMAC = require('./src/webhook_hmac'); module.exports = { ShopifyAuthHMAC, ShopifyAppProxyHMAC, ShopifyWebhookHMAC };