auth-jwt
JWT authentication middleware for securing routes.
http-api adds a Chi-based REST API layer to your Go service, wired with production middleware from day one.
Reach for http-api whenever you need to expose a REST API or webhook endpoint. It’s the foundation most other transport capabilities build on — cors, auth-jwt, rate-limiting, health, and websocket all require it.
Suggests: rate-limiting, auth-jwt, cors, health, request-id
verikt new my-service --language go --cap http-api# or add to an existing service:verikt add http-apiauth-jwt
health
rate-limiting