Hacker News new | ask | show | jobs
by augustl 5320 days ago
I'm curious, how _do_ you code authorization and what not in Noir?
1 comments

I don't much of a difference between a pre-route and a controller. If anything the controller seems better because I can more easily see the logic that will apply to a given request.