<@U81RS1P4H> the answer is no - the security curre...
# http4k
d
@scap the answer is no - the security currently happens before it identify happens. I can flip it - I'm not sure (immediately) what effect that might have though..
Copy code
private val routers: List<Pair<Filter, Router>> = routes
        .map { CatchLensFailure.then(preSecurityFilter).then(identify(it)).then(security.filter).then(postSecurityFilter) to it.toRouter(contractRoot) }
        .plus(identify(descriptionRoute).then(postSecurityFilter) to descriptionRoute.toRouter(contractRoot))