Is there a way to secure the <https://ktor.io/docs...
# ktor
b
Is there a way to secure the Swagger UI or OpenAPI with an auth?
Copy code
routing {
    authenticate("auth-basic") {
        this@routing.swaggerUI(path = "/swagger", swaggerFile = "openapi/documentation.yaml") {
            version = "4.15.5"
        }
    }
}
a
b
thx 😢
sorry 1