1.1.6 • Published 10 months ago

add-basic-auth v1.1.6

Weekly downloads
5
License
MIT
Repository
github
Last release
10 months ago

add-basic-auth

Protect a resource with basic auth

Installing

npm install add-basic-auth

Usage

Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  --target                                                            [required]
  --listenPort                                          [required] [default: 80]
  --username                    [required] [default: process.env.PROXY_USERNAME]
  --password                    [required] [default: process.env.PROXY_PASSWORD]
  --targetPort                                                     [default: 80]

Examples:
  add-basic-auth --listenPort 3001 --username foo --password bar --target
  http://brekken.com

License

See LICENSE

1.1.6

10 months ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago