Gateway is an API Gateway designed to guard your microservice.
The gateway forward requests to services only using YAML configuration.
The gateway is shipped with built-in middlewares:
- CORS
- JWT authorization
- Body size limiter
- Header size limiter
- Rate limiter
Full documentation is available here