sigmanil
sigmanil
Is there a simple way to split the endpoints of an application in two different openapi-files? We have some endpoints that are intended for internal use and some for external...
As far as I understand the OpenAPI documentation, Scopes should be an empty list when using Bearer authentication. See: https://swagger.io/docs/specification/authentication/bearer-authentication/ In Ktor-OpenAPI-Generator, due to the way com.papsign.ktor.openapigen.modules.providers.AuthProvider.Security is defined, it...
In the following (which is an abbreviated real world example), the "nestedQuery" works fine on its own, and the query created has columns prefixed with tables etc. But when I,...