Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 581 Bytes

jwt-auth-in-expressjs

jsonwebtoken user authentication in express js.

info

  1. In this project i am using hard coded email id and password for user login.
  2. in this project no user interface are added for user login.
  3. if you are trying to use this project to test api you need to use postman tool

How to use this Code

  1. clone project using git commmand - git clone https://github.com/raj68518/jwt-auth-in-expressjs.git
  2. open this project in your favourite code editior like visual studio code
  3. install node_module and dependency using node command - npm install