Skip to content

Generate jwtToken using nodejs for react and vuejs and angular

Notifications You must be signed in to change notification settings

saigowthamr/Jwt-Authentication-Nodejs-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Authentication For single page apps using nodejs

Node js and mongodb(tokenbasedauth)

install dependencies

npm install

  • config create your mongo uri in mlabs add it to app.js and Add password and username in database config directory.

signup endpoint \signup

signin end point \signin

To start server

npm start