pdupavillon / express-recaptcha

Implementation of google recaptcha v2 & V3 solutions for express.js
MIT License
128 stars 21 forks source link

Add `g-recaptcha-response` to req.headers. #61

Open iiewad opened 2 years ago

iiewad commented 2 years ago

Is there support for adding a g-recaptcha-response to the request header?

v*.ts
if(req.headers && req.headers['g-recaptcha-response']) response = req.headers['g-recaptcha-response'];