Skip to content

JWT in Node.js to secure endpoints and even authenticate users

Notifications You must be signed in to change notification settings

aghosh0605/JWT-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT-Authentication

NodeJS Environment creates problem for me if I specify server PORT Number into .env :(

See .env.example to setup .env

API Endpoints

  1. /register -- Register as an User route
  2. /login -- Login as an User Route
  3. /welcome -- Protected Route by authentication
  4. / -- Healthcheck Route
  5. /user/verify//:id/:token -- Verify User Email with Mail

Releases

No releases published

Packages

No packages published