Skip to content

rohit13807/nodejs-authentication-with-passportjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-authentication-with-passportjs using express server

Nodejs Authentication with Passport.js using express server

Follow below Steps to run app:

🔹 npm init // this will create package.json file file and then ask for enter the basic detail to setup the project.

Required below packages to install:

> npm install express
> passport
> passport-jwt
> passport-local 
> bcryptjs 
> jsonwebtoken

Run app by using command: node index.js

About

Nodejs Authentication with Passport.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published