Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 341 Bytes

JWT authentication system

A simple authentication system for nodejs using json web token and route protection with Bearer token

Setup

  • Install npm dependencies
npm install
  • Creating .env file following the .env.example template
cp .env.example .env

Made with <3 by Aboubak'art