do you guys know if there is an example of how to ...
# ktor
p
do you guys know if there is an example of how to implement fine grain user role/permission checks with ktor in a nice ktory way? Eg. checking article creation permission on route
POST /articles
and delete permission on
DELETE /articles/{id}