文件名称:recaptcha2:适用于Google reCAPTCHA版本2(适用于Node.js和Express.js)的简易验证器
文件大小:7KB
文件格式:ZIP
更新时间:2024-02-24 05:56:15
nodejs google recaptcha captcha google-recaptcha
reCAPTCHA2 适用于Node.js的Google reCAPTCHA版本2的便捷验证程序 如何使用 步骤1:在您的网站上设置reCAPTCHA 您需要从接收您的域的站点密钥和秘密密钥。 请按照此页面上的步骤将reCAPTCHA包括在您的网站上。 步骤2:初始化验证程序 var reCAPTCHA = require ( 'recaptcha2' ) ; var recaptcha = new reCAPTCHA ( { siteKey : 'your-site-key' , // retrieved during setup secretKey : 'your-secret-key' , // retrieved during setup ssl : false // optional, defaults to true. // Disable if you don't want to access // the Google API via a secure connection } ) ; 步骤3:验证r
【文件预览】:
recaptcha2-master
----LICENSE(1KB)
----README.md(2KB)
----index.coffee(2KB)
----tests()
--------recaptcha2.coffee(6KB)
----.gitignore(19B)
----index.js(3KB)
----CHANGELOG.md(181B)
----package.json(1KB)