Skip to content

Hawkpraveen/Password_Reset_Back_End

Repository files navigation

NodeJS Day 5 Task - Password Reset Flow

Introduction

This API provides endpoints for performing Password Reset Flow.

To perfrom the operations refer the POSTMAN documentation as reference to end points.

🔖Endpoints

➡️ Login User

URL - /api/login-user

Method - POST

Method - POST

➡️ Register User

URL - /api/register-user

Method - POST

➡️ Forgot Password

URL - /api/forgot-password

Method - POST

➡️ Reset Password

URL - /api/reset-password/:id/:token

Method - PUT

➡️ User Details

URL - /api/user-details/:email

Method - GET

URL - /api/user-details/:email

###Method - GET

Releases

No releases published

Packages

No packages published