Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 632 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 632 Bytes

This example demonstrates how to use Express 3.x and Passport to authenticate users via the HTTP Basic scheme. Use this example as a starting point for your own web applications.

Instructions

To install this example on your computer, clone the repository and install dependencies.

$ git clone git@github.com:passport/express-3.x-http-basic-example.git
$ cd express-3.x-http-basic-example
$ npm install

Start the server.

$ node server.js

Use curl to send an authenticated request.

$ curl -v --user jack:secret http://127.0.0.1:3000/