Y
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
zeemonkee
5320 days ago
There's a pre-route macro:
http://webnoir.org/autodoc/1.2.1/noir.core-api.html#noir.cor...
link
jshen
5320 days ago
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.
link