Merge pull request #482 from euantorano/add-recaptcha2030

Add package recaptcha
This commit is contained in:
Dominik Picheta 2017-03-06 20:48:08 +00:00 committed by GitHub
commit d3482cc036

View File

@ -6059,5 +6059,17 @@
"description": "AJAX wrapper for nim js backend.",
"license": "MIT",
"web": "http://stisa.space/ajax/"
},
{
"name": "recaptcha",
"url": "https://github.com/euantorano/recaptcha.nim",
"method": "git",
"tags": [
"recaptcha",
"captcha"
],
"description": "reCAPTCHA support for Nim, supporting rendering a capctcha and verifying a user's response.",
"license": "BSD3",
"web": "https://github.com/euantorano/recaptcha.nim"
}
]