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

https://github.com/harish-govindasamy/forget-password-client

Password Reset flow in website - Front End
https://github.com/harish-govindasamy/forget-password-client

api crud forgot-password password-reset react react-router tailwindcss validation

Last synced: 6 months ago
JSON representation

Password Reset flow in website - Front End

Awesome Lists containing this project

README

          

# Forgot Password Flow

## Overview

Forgot Password flow in website

### SignUp

- In SignUp page new user is registered in the database
- And a Temporary activation code is send to the user email using node mailer
- when user click the activation link there account is activated

### Login

- when user entered a data , checks if the user existed in the database and allow them to log in
- if the user credential is wrong it will throw an error
- have a forgot password option

### Forgot Password

- get user registed email id as a input and send a link with temporary token to the user email
- the token will have a 15 minutes of expirey time
- when user clicks the link if will check the user data and token to allow the user to update new password

## Technologies Used

- React + Vite
- Tailwind CSS

## Back End Code

- [BackEnd](https://github.com/harish-govindasamy/forget-password-server)

## Live Site

- [Live Site](https://password-reset-flow-1999.netlify.app/)