/node-mysql-jwt

JWT Authentication Implementation in Node.js Using Mysql

Primary LanguageJavaScript

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