pdupavillon / express-recaptcha

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

add check remote ip based on x-forwarded-for header #10

Closed pdupavillon closed 7 years ago

pdupavillon commented 7 years ago

Added the possibility to check the user remote ip (should solved the issue #9).