Skip to content
 
 

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example demonstrates how to use Express 3.x and Passport to authenticate users via the HTTP Digest 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-digest-example.git
$ cd express-3.x-http-digest-example
$ npm install

Start the server.

$ node server.js

Use curl to send an authenticated request.

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

About

Express 3.x app using Passport for authentication via HTTP Digest scheme.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages