-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Add support for shared middleware logic that can be attached to multiple endpoints.
Types of middleware to support:
- Auth check (e.g., Basic Auth, Bearer Token)
- Request logging
- Rate limiting
- Header validation
- Query parameter sanitisation. Middleware should be configurable via UI with an optional code override.