项目作者: Arihant416

项目描述 :
This is a basic illustration of adding authentication using Passport-Js on a website.
高级语言: JavaScript
项目地址: git://github.com/Arihant416/Authentication.git
创建时间: 2020-03-09T09:59:07Z
项目社区:https://github.com/Arihant416/Authentication

开源协议:

下载


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