Skip to content

Examples

Jared Hanson edited this page Aug 15, 2015 · 5 revisions

express-4.x-local-example

Demonstrates how to use Express 4.x and Passport to authenticate users using a username and password with form-based authentication.

express-3.x-local-example

Demonstrates how to use Express 3.x and Passport to authenticate users using a username and password with form-based authentication.

express-3.x-local-with-flash-example

Demonstrates how to use Express 3.x and Passport to authenticate users using a username and password with form-based authentication. Any errors that occur during authentication are displayed to the user using the flash.

Clone this wiki locally