koas-security

Koas security checks if a request matches the security requirement of an operation. For example, given the following partial OpenAPI document:

koas-serializer

Koas serializer converts a response body to the negotiated response format.

koas-spec-handler

Koas spec handler exposes the Open API document as a JSON API call.

koas-swagger-ui

Koas Swagger UI serves Swagger UI. This requires the `specURL` variable to have been set on the `ctx.openApi` object. Typically this is done by combining it with [`koas-spec-handler`][].

koas-operations

Koas operations maps operation IDs to Koa controller functions.