JaneJeon / express-objection-starter

an opinionated, production-ready, isomorphic express/knex/objection starter with centralized configuration
https://objection.netlify.com
MIT License
19 stars 2 forks source link

Automatic reCAPTCHA verification #42

Open JaneJeon opened 5 years ago

JaneJeon commented 5 years ago

Intercept reCAPTCHA tokens at the base of the router and verify them?

Hell, maybe even integrate Akismet?

JaneJeon commented 5 years ago

Welp, there's a package to do this: https://github.com/pdupavillon/express-recaptcha

JaneJeon commented 5 years ago

Especially require reCAPTCHA when creating user account and stuff