Skip to content

ultimateakash/node-mysql-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bd6187 · Apr 27, 2023

History

11 Commits
Mar 18, 2022
Jan 21, 2023
Apr 22, 2023
Apr 22, 2023
Jan 21, 2023
Mar 18, 2022
Jan 21, 2023
Apr 22, 2023
Apr 27, 2023
Apr 22, 2023
Mar 18, 2022
Mar 18, 2022
Oct 26, 2022
Mar 18, 2022
Mar 18, 2022
Jun 11, 2022
Apr 22, 2023

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