Skip to content

ultimateakash/node-mysql-jwt

Repository files navigation

JWT Authentication Implementation in Node.js

  1. Copy .env.example to .env
  2. Update Database Credentials
  3. Create users table (node-jwt.sql)
  4. Update JWT_SECRET Key
  5. npm start

Note:- You can use any random string as JWT_SECRET