I'm assuming bots will eventually find the "Post a job" form. We can lock this down by implementing something like [Spatie's Honeypot](https://github.com/spatie/laravel-honeypot) package. Additionally [rate limiting the endpoint that creates job postings](https://laravel.com/docs/master/routing#rate-limiting) could help too. Limiting it to something like 5 requests/hr feels reasonable to me 🤷♂
I'm assuming bots will eventually find the "Post a job" form. We can lock this down by implementing something like Spatie's Honeypot package.
Additionally rate limiting the endpoint that creates job postings could help too. Limiting it to something like 5 requests/hr feels reasonable to me 🤷♂