danielb2 / blipp

blipp is a simple hapi plugin to display the routes table at startup
132 stars 19 forks source link

Added a new column to display the auth status per route #13

Closed labs-scnm closed 9 years ago

labs-scnm commented 9 years ago

Hi Daniel,

I added a optional column between rout path and description, to show the auth strategy of a route. If no auth strategy is configured, it will display none in red, otherwise it will display the strategy name in green.

You can activate the view with the option showAuth.

BR Sebastian

danielb2 commented 9 years ago

Thanks. One last thing, can you run npm test and fix all the linting errors (warnings are OK) and get test coverage to 100% please?

labs-scnm commented 9 years ago

Oh $#*!, sry. I run only make test. I will fix it and create a new PR.

danielb2 commented 9 years ago

Hm, that sounds like my bad. I need to make sure they're doing the same thing