Skip to content

Node.js + MongoDB: User Authentication & Authorization with JWT (include password reset with email)

Notifications You must be signed in to change notification settings

Yonasketema/node-js-jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js MongoDB – User Authentication & Authorization with JWT & Mongoose

Method URL
POST /api/users/signup
POST /api/users/login
POST /api/users/forgotPassword
PATCH /api/users/resetPassword/:token
PATCH /api/users/changePassword
PATCH /api/users/updateMe
GET /api/users/me

About

Node.js + MongoDB: User Authentication & Authorization with JWT (include password reset with email)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published