Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lws-basic-auth

lwsjs285.8kMIT2.0.0

Password-protect a server using Basic Authentication

lws, lws-middleware, local-web-server, web

readme

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>.