Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

BasicAuthHandler

Middleware to prompt Basic Authentication.

Installation

See package README for instructions.

Requires

Configuration

Add the following options to your application config.json

// .. appName/src/config.json

{
  "basicAuth": {
    "username": "private",
    "password": "password"
  }
}

References