pdupavillon / express-recaptcha

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

body-parser needed #6

Closed lacksfish closed 7 years ago

lacksfish commented 7 years ago

First of all, thank you a lot for this package!

Now, I was trying to use it and at first, didn't get it to run https://stackoverflow.com/a/12008719 This is the solution that worked for me. There's differences between express 2, 3 and 4, especially regarding how POST params are parsed. Well, works now. :)

pdupavillon commented 7 years ago

Hi @lacksfish, Thanks for this feedback, I'll add it to the readme file.