lwsjs / basic-auth

Password-protect a server using Basic Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

view on npm npm module downloads Build Status Dependency Status Coverage Status js-standard-style

lws-basic-auth

A lws middleware plugin to password-protect a server using Basic Authentication.

Adds the following options to lws.

--auth.user string             Basic authentication username
--auth.pass string             Basic authentication password

© 2017-20 Lloyd Brookes <75pound@gmail.com>.

About

Password-protect a server using Basic Authentication

License:MIT License


Languages

Language:JavaScript 100.0%