Hello everybody. Is there something already "ready...
# ktor
r
Hello everybody. Is there something already "ready" to add roles to routes that need authentication? Like :
authenticate {
("need_admin_role or user_role")
post("/some_route) { @TODO }
}
e