8000 GitHub - ultimateakash/node-mongoose-jwt: JWT Authentication Implementation in Node.js Using Mongoose
[go: up one dir, main page]

Skip to content

ultimateakash/node-mongoose-jwt

Repository files navigation

JWT Authentication Implementation in Node.js

  1. Copy .env.example to .env
  2. Update CONNECTION_STRING
  3. Update JWT_SECRET Key
  4. npm start

Note:- You can use any random string as JWT_SECRET

0