Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hawkpraveen/password_reset_back_end

This repo contains NodeJS Day 3 Task of MERN Stack. Password Reset Flow.
https://github.com/hawkpraveen/password_reset_back_end

bcryptjs cors dotenv nodejs nodemon-express render toastify

Last synced: 3 days ago
JSON representation

This repo contains NodeJS Day 3 Task of MERN Stack. Password Reset Flow.

Awesome Lists containing this project

README

        

# 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

### BASE URL : https://password-reset-back-end-xxzi.onrender.com

## POSTMAN DOCUMENTATION : https://documenter.getpostman.com/view/34908360/2sA3QzYTDG