I'm using Laravel 8 - Jetstream 2.0 with the Inertia stack.
I installed the Vue hCaptcha component https://github.com/hCaptcha/vue-hcaptcha The Vue component is already in my login form and looks good.
then I followed this guide https://serversideup.net/laravel-hcaptcha-custom-validation-rule/ and set up the rule for the hCaptcha in laravel.
Now my question where in laravel/jetstream can I set the captcha rule to be required when the form is submitted. So the captcha is used and not only shown.
I know this is a very basic question but I'm pretty new to laravel and trying to get into vue, inertia.js and jetstream.