http-api
The Chi router foundation required by this capability.
rate-limiting adds a token bucket rate limiter to your Go service as Chi middleware.
Use rate-limiting on any public-facing API to prevent abuse, brute-force attacks, and runaway clients. Essential for authentication endpoints and any endpoint with significant compute cost.
Requires: http-api
verikt new my-service --language go --cap http-api,rate-limiting# or add to an existing service:verikt add rate-limitinghttp-api
auth-jwt
idempotency