文件名称:webhook-validator:Webhook验证的概念证明
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-30 04:07:06
nodejs webhooks example validator JavaScript
WebHook验证器 Webhook验证的概念证明 安装 $ npm install --save @hashlab/webhook-validator 用法 查看使用此模块进行Webhook验证的真实示例。 入门 1º克隆webhook-validator存储库 $ git clone git@github.com:hashlab/webhook-validator.git 2º输入webhook-validator目录 $ cd webhook-validator 3º安装依赖项 $ npm install 4º运行示例 $ WEBHOOK_SECRET=1234 npm start 5º运行测试 $ npm test 提交消息的约定 在仓库中添加文件 git commit -m " Add filename " 更新仓库中的文件 git commit -m " Update
【文件预览】:
webhook-validator-master
----.eslintrc(555B)
----.circleci()
--------config.yml(2KB)
----lib()
--------validator.js(2KB)
--------utils.js(833B)
----examples()
--------index.js(1KB)
----LICENSE(1KB)
----test()
--------utils.spec.js(534B)
--------helper.js(350B)
--------validator.spec.js(3KB)
--------mocha.opts(54B)
----README.md(2KB)
----.editorconfig(197B)
----.gitignore(958B)
----CODEOWNERS(306B)
----.eslintignore(13B)
----package.json(1KB)