Skip to content

implement session-based authentication in Node.js using the Express.js framework, session-cookies, ejs, mongoose as a database, bcrypt for hashing

Notifications You must be signed in to change notification settings

ullaskunder3/authentication-session-cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authentication-session-cookies

Simple user authentication login using session-cookies with express, ejs, mongoose, bcrypt

Example:

landing page login page
landingpage loginpage
  • dependencies
  "dependencies": {
    "bcrypt": "^5.0.1",
    "connect-mongodb-session": "^3.1.1",
    "ejs": "^3.1.6",
    "express": "^4.17.1",
    "express-session": "^1.17.2",
    "mongoose": "^6.0.5"
  }

soon...

About

implement session-based authentication in Node.js using the Express.js framework, session-cookies, ejs, mongoose as a database, bcrypt for hashing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published