文件名称:koa-shopify-auth:使用Shopify对Koa应用程序进行身份验证的中间件
文件大小:129KB
文件格式:ZIP
更新时间:2024-02-24 08:38:25
javascript middleware koa shopify KoaTypeScript
@shopify/koa-shopify-auth 使用验证应用程序的。 姐妹模块 ,但简化了。 您可能会从Express模块中了解的功能(例如,webhook中间件和代理)将以它们。 警告:3.1.68之前的版本容易受到XSS的影响 3.1.68之前的版本容易受到反射的XSS攻击。 请更新到最新版本以保护您的应用。 安装 $ yarn add @shopify/koa-shopify-auth 用法 默认情况下,此程序包将shopifyAuth公开,并将verifyRequest作为命名导出。 import shopifyAuth , { verifyRequest } from '@shopify/koa-shopify-auth' ; shopifyAuth 返回验证中间件(默认情况下)占用/auth和/auth/callback路由。 app . use ( shopifyAuth ( { // if specified, mounts the routes off of the given path // eg. /shopify/auth
【文件预览】:
koa-shopify-auth-master
----.gitignore(38B)
----package.json(1KB)
----src()
--------verify-request()
--------auth()
--------index.ts(148B)
--------types.ts(390B)
----LICENSE.md(1KB)
----jest.config.js(285B)
----CHANGELOG.md(3KB)
----tsconfig.json(922B)
----.github()
--------PULL_REQUEST_TEMPLATE.md(995B)
--------ISSUE_TEMPLATE()
--------workflows()
----README.md(4KB)
----babel.config.js(118B)
----RELEASING.md(1KB)
----yarn.lock(240KB)