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