Express basic authentication example This example demonstrates how a simple authentication via middleware can be achieved in express. Getting started: Install required node modules: npm install Run the server: npm start Open a browser at the following URL: http://localhost:9001/