When I use authentificate from the ktor core, the resulting route overrides all routes in the schema. ``` wrap { authenticate(build = it) } ``` So I cannot tell ktor to authenticate only a special subset of routes. Is there a solution for this already?