/express-4.x-openidconnect-example

Express 4.x app using Passport for authentication via OpenID Connect.

Primary LanguageJavaScriptThe UnlicenseUnlicense

This example demonstrates how to use Express 4.x and Passport to authenticate users via OpenID Connect. 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-4.x-openidconnect-example.git
$ cd express-4.x-openidconnect-example
$ npm install