express-shopify-auth:使用Shopify验证快速应用程序的中间件

时间:2024-06-05 17:50:21
【文件属性】:

文件名称:express-shopify-auth:使用Shopify验证快速应用程序的中间件

文件大小:84KB

文件格式:ZIP

更新时间:2024-06-05 17:50:21

TypeScript

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


【文件预览】:
express-shopify-auth-master
----.gitignore(20B)
----package.json(1KB)
----package-lock.json(216KB)
----src()
--------verify-request()
--------auth()
--------index.ts(188B)
--------types.ts(712B)
----LICENSE.md(1KB)
----jest.config.js(69B)
----tsconfig.json(1KB)
----.eslintrc.js(771B)
----README.md(5KB)
----CHANGELONG.md(571B)
----.eslintignore(171B)
----.vscode()
--------settings.json(977B)
----types.ts(612B)
----.prettierrc(51B)

网友评论