Closed labs-scnm closed 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?
Oh $#*!, sry.
I run only make test
. I will fix it and create a new PR.
Hm, that sounds like my bad. I need to make sure they're doing the same thing
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