GitXplorerGitXplorer
m

nodejs-oidc-client-example

public
6 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2618af948c747b3e692cdd86ed12c43b5cf79bd7

Update README.md

mmattdean1 committed 8 years ago
Unverified
94403b256975189805e4d96172efedac82f0f54d

re-add mongo connection check on session initialisation

mmattdean1 committed 8 years ago
Unverified
6783c04b88773bda22bbcc665e89d9fc8dfc5d74

revert to before reliability work

mmattdean1 committed 8 years ago
Unverified
50fed55b63625297e86c7b044011fd9cc8f4ce38

session middleware

mmattdean1 committed 8 years ago
Unverified
dcc2d43cc528060af29f9c5fb41df53c673b698c

fix async

mmattdean1 committed 8 years ago
Unverified
39267763598fa1213674c302f16c6f0fba02f617

save unitialized

mmattdean1 committed 8 years ago

README

The README file for this repository.

OpenID Connect authentication in Node.js with Passport

This repo is intended as sample code illustrating how to use OpenID Connect authentication in your Node.js/Express 4 app by using the passport-openidconnect plugin for Passport.js.

I use mongodb for session storage using the connect-mongodb-session plugin for express-session.


The folder structure should look similar to the one generated by express-generator - run here with the --hbs option.

Authentication code is in controllers/authentication.js, and application routes are defined in routes/index.js.