express-recaptcha icon indicating copy to clipboard operation
express-recaptcha copied to clipboard

Implementation of google recaptcha v2 & V3 solutions for express.js

Results 13 express-recaptcha issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Hi, I start to implement your example but I am facing the following issue: ``` express-recaptcha\dist\v3.js:45 next(); ^ TypeError: next is not a function ``` NodeJS: v10.20.1 NPM: 6.14.8 OS:...

Since hCaptcha is increasingly popular, it would be great to support this as well as reCaptcha - the two services can be interchanged easily: https://docs.hcaptcha.com/switch/ I don't believe this would...

The documentation is not very clear on the modification we have to setup in the view : the `captcha` element and the callback function. Might be useful to update the...

Hi, I don't know where is my mistake but I cannot execute verify from server side. It seems that there is no way to set an HTTP Proxy Must I...

Hi, This error caused the application to crash. Dealing with "try catch" I believe it will solve.. :) thanks! start-app.sh: at IncomingMessage. (/opt/app-root/src/node_modules/express-recaptcha/lib/express-recaptcha.js:86:25) start-app.sh: at JSON.parse () start-app.sh: SyntaxError: Unexpected...

Hi, All is working fine, except when the Recaptcha session expires. Let's say you have a login page with recaptcha validation. Now, open the page and leave the form open...

When attempting to render the recaptcha, I would get an vague error only saying that "callback is required", but as far as I can tell I am doing just that....

Take the liberty of submitting this PR, Because I think it's important to support getting tokens from headers.