/node-authentication

API authentication with Node.js using JWT

Primary LanguageTypeScript

🔒 Node authentication

  • JWT authentication
  • Password encryption
  • Limit requests per e-mail

📺 Setup

Add a JWT_SECRET_KEY property in .env

npm install
npm run dev
#OR
yarn install
yarn run dev