An open API service indexing awesome lists of open source software.

https://github.com/techemmy/express-authentication-with-session

This is a setup template for using sessions for authentication in your app
https://github.com/techemmy/express-authentication-with-session

authentication expressjs mongodb nodejs passport-local sessions

Last synced: 3 months ago
JSON representation

This is a setup template for using sessions for authentication in your app

Awesome Lists containing this project

README

          

# Express-Authentication-with-Session-Template
It uses Passport, Passport-local with MongoDB to create LocalStrategy, Express-Session for session management, and Connnect-ensure-login to protect routes.