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 production.
To solve it, I just copied from the file src/Checks/JavascriptInputFilledCheck.php the logic corresponding to the validation of the submitted fields, and I adapted it for the validation of the minimum time passed that gave problems.
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 production.To solve it, I just copied from the file
src/Checks/JavascriptInputFilledCheck.php
the logic corresponding to the validation of the submitted fields, and I adapted it for the validation of the minimum time passed that gave problems.This fixes the issues #59 and #33.