A simple authentication system for nodejs using json web token and route protection with Bearer token
- Install npm dependencies
npm install
- Creating
.env
file following the.env.example
template
cp .env.example .env
Made with <3 by Aboubak'art
A simple authentication system for nodejs using json web token and route protection with Bearer token
npm install
.env
file following the .env.example
templatecp .env.example .env
Made with <3 by Aboubak'art