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
- Host: GitHub
- URL: https://github.com/techemmy/express-authentication-with-session
- Owner: techemmy
- Created: 2022-10-07T21:52:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T19:30:55.000Z (over 2 years ago)
- Last Synced: 2025-03-14T16:36:37.038Z (over 1 year ago)
- Topics: authentication, expressjs, mongodb, nodejs, passport-local, sessions
- Language: JavaScript
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.