-
快速应用程序使用Shopify验证的中间件:express-shopify-auth
资源介绍
express-shopify-auth
使用对应用程序进行身份验证的中间件。
它是的端口,的后继者。
您可能会从Express模块中了解的功能(例如,webhook中间件和代理)将以它们形式呈现。
安装
$ npm install --save hgezim-express-shopify-auth
用法
该软件包将ShopifyAuthMiddleware和VerifyAuthMiddleware公开为命名导出。
import { ShopifyAuthMiddleware , VerifyAuthMiddleware } from "express-shopify-auth" ;
ShopifyAuthMiddleware
这是需要实例化的中间件类。 默认情况下,它采用路由/auth和/auth/callback 。
const shopifyAuth = new