Is there a way to protect routes like the way of a...
# ktor
t
Is there a way to protect routes like the way of antMatchers in Spring? I have many controllers and using
authenticate("authName")
feels repetitive