文件名称:node-hcaptcha:验证 hCaptcha 令牌有效性
文件大小:14KB
文件格式:ZIP
更新时间:2024-08-23 04:37:14
JavaScript
验证码 验证 hCaptcha 令牌有效性; 没有依赖关系。 安装 npm install --save hcaptcha 用法 const { verify } = require ( 'hcaptcha' ) ; const secret = 'my hcaptcha secret from hcaptcha.com' ; const token = 'token from widget' ; verify ( secret , token ) . then ( ( data ) => { if ( data . success === true ) { console . log ( 'success!' , data ) ; } else { console . log ( 'verification failed' ) ;
【文件预览】:
node-hcaptcha-master
----.github()
--------workflows()
----test()
--------index.js(3KB)
----README.md(474B)
----index.d.ts(1KB)
----.editorconfig(147B)
----.gitignore(21B)
----index.js(2KB)
----package-lock.json(33KB)
----package.json(608B)