Hunter Cassidy

Results 4 comments of Hunter Cassidy

So I'm using enrouten to generate controller type routes: ``` javascript var router = enrouten({ directory: 'controllers', index: 'controllers/home' }); ``` I want to require authentication on all of these...

I just noticed that my first comment was worded terribly. Your answer now makes sense. Let me rephrase my question. I have used enrouten to generate my routes. I want...

@jasisk thanks for the response. I think it would really useful to be able to add an additional config option to add middleware that get set before routes are set:...

You okay with a relative require?