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
- Host: GitHub
- URL: https://github.com/harish-govindasamy/forget-password-client
- Owner: harish-govindasamy
- Created: 2024-12-07T03:19:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T03:27:04.000Z (10 months ago)
- Last Synced: 2025-02-06T10:53:18.364Z (8 months ago)
- Topics: api, crud, forgot-password, password-reset, react, react-router, tailwindcss, validation
- Language: JavaScript
- Homepage: https://password-reset-flow-1999.netlify.app/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)