1.1.6 • Published 2 years ago

add-basic-auth v1.1.6

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago