honey icon indicating copy to clipboard operation
honey copied to clipboard

A spam prevention package for Laravel, providing honeypot techniques, ip blocking and beautifully simple Recaptcha integration. Stop spam. Use Honey.

Results 28 honey issues
Sort by recently updated
recently updated
newest added

Sometimes I get Undefined array key "honey_time" errors on production. It happens only some times when it's a spammer that tries to submit our form. Not all spammers are triggering...

After starting to use this library, spammers are trying to spoof forms, and if they do not include the `honey_time` parameter, the server will give a 500 error even in...

Documented here: https://medium.com/@gaute.meek/how-to-add-a-script-tag-in-a-vue-component-34f57b2fe9bd

It would be nice if there was integration with `spatie/laravel-csp` or some means for me to insert a nonce to the inline script for recaptcha. The markup in https://github.com/lukeraymonddowning/honey/blob/main/src/Views/Recaptcha.php#L22 is...

Hi there! I just started using this package, and run into this warning in Google Chorme console: ``` [Vue warn]: Template compilation error: Tags with side effect ( and )...

I am getting this error. `{ "class": "Lukeraymonddowning\\Honey\\Exceptions\\RecaptchaFailedException", "message": "The following errors were returned from the recaptcha token: invalid-input-response", "code": 0, "file": "/var/app/current/vendor/lukeraymonddowning/honey/src/Captcha/Recaptcha.php:37", "trace": [ "/var/app/current/vendor/lukeraymonddowning/honey/src/Captcha/Recaptcha.php:18", "/var/app/current/app/Http/Controllers/Auth/RegisterController.php:70", "/var/app/current/app/Http/Controllers/Auth/RegisterController.php:76", "/var/app/current/vendor/laravel/ui/auth-backend/RegistersUsers.php:34", "/var/app/current/vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54",...

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.

for some reason which i could not figure out, there is a bug using this package alongside turbolinks and livewire. if you have an action that needs ReCaptcha/honey verification it...

In the readme you mention: `Honey::recaptcha()->check($token);` But this function not exists. The right is: `Honey::recaptcha()->checkToken($token);`

The payload is invalid. {"exception":"[object] (Illuminate\\Contracts\\Encryption\\DecryptException(code: 0): The payload is invalid. at vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php:195)