Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 366 Bytes

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