sidikfaha / jwt-auth-system

A simple auth system and routes protection with JWT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple auth system and routes protection with JWT


Languages

Language:JavaScript 94.7%Language:HTML 3.0%Language:CSS 1.9%Language:Shell 0.3%