added Basic Authentication

This commit is contained in:
Lloyd Brookes
2017-07-13 00:14:03 +01:00
parent a145ba751f
commit b8db1ce0c8
3 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class WsServe extends ServeCommand {
sections.unshift(
{
header: 'local-web-server',
content: 'The modular development web server for productive full-stack engineers.'
content: 'The modular web server for productive full-stack development.'
},
{
header: 'Synopsis',

View File

@ -1,4 +1,5 @@
module.exports = [
'lws-basic-auth',
'lws-body-parser',
'lws-request-monitor',
'lws-log',