文件名称:mandrill-webhook-validator:Mandrill Webhook签名的验证器功能
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-19 08:25:41
nodejs addon mammothhr JavaScript
mandrill-webhook-validator 用于有点复杂的验证器功能。 入门 使用以下命令安装模块: npm install mandrill-webhook-validator --save 文献资料 直接使用 var validator = require ( 'mandrill-webhook-validator' ) , signature = request . get ( 'X-Mandrill-Signature' ) ; if ( signature === validator . makeSignature ( WEBHOOK_KEY , WEBHOOK_URL , request . body ) ) { // signed correctly! } 在快递 提供了一个中间件生成器,用于快速使用express。 成功进行身份验证后,它将在reques
【文件预览】:
mandrill-webhook-validator-master
----.travis.yml(93B)
----LICENSE-MIT(1KB)
----package.json(1KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(846B)
----test()
--------mandrill-webhook-validator_test.js(5KB)
--------fixtures()
----Gruntfile.js(1KB)
----.gitignore(370B)
----lib()
--------mandrill-webhook-validator.js(2KB)
----README.md(2KB)
----.jshintrc(229B)