Skip to content

Files

Latest commit

0d05c73 · Oct 26, 2022

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