Level 80
@ufodisko What exactly are you struggling with? You would just render the reCAPTCHA widget in your Inertia view (although you don’t say whether you’re using v2 or v3), and then verify the response in your controller.
- Client-side docs: https://developers.google.com/recaptcha/docs/v3
- Server-side docs: https://developers.google.com/recaptcha/docs/verify
1 like