If I have several Routes where some part of them n...
# ktor
a
If I have several Routes where some part of them needs to go through auth while others don't, what is the best way to compose this? I feel like putting intercept in every route is a bit redundant.