lukeraymonddowning / honey

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.
MIT License
406 stars 23 forks source link

Only check POST methods #54

Closed kyranb closed 1 year ago

kyranb commented 2 years ago

This would solve these kind of issues here: https://github.com/lukeraymonddowning/honey/issues/40

The use case would be applying the middleware to an entire route group that has both GET and POST requests.

lukeraymonddowning commented 1 year ago

Thanks so much for this. I'm going to hold off merging it for now. And sorry for the huge delay in doing anything with it.