Rate limiting in livewire

hi. how can set thing like the “throttle” in livewire component?

what are you trying to do exactly?

im trying to check verify code

Maybe it would be easier not to use Livewire for this, but a route with “normal” anti-throttle Middlewire. Another option could be to add some challenge like a google captcha.

verifying code with a third party or in your application directly?

verifying code with a third party

Can you give us a least what are you doing exactly?
Google Recaptcha or SMS verification …etc

Hey! I released a package that allows you to rate limit actions by IP…