Skip to content

Arihant416/Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication

This is a basic illustration of adding authentication using Passport-Js on a website.

Features included->

  1. Passport Js
  2. Passport Local Mongoose
  3. Passport Local
  4. Express Session
  5. NodeJs
  6. MongoDB
  7. ExpressJS(ejs)

Before running the app.js file on server please make sure to run the command on terminal:

  • npm install express mongoose ejs --save
  • npm install body-parser --save
  • npm install passport passport-local-mongoose --save
  • nmp install express-session --save