https://github.com/mohamedumar083/jwt-auth-frontend
The Task is to implement a correct password reset flow with email verification, JWT token verification and proper update of the new password in the database for a web app
https://github.com/mohamedumar083/jwt-auth-frontend
bootstrap5 html-css-javascript reactjs
Last synced: 3 months ago
JSON representation
The Task is to implement a correct password reset flow with email verification, JWT token verification and proper update of the new password in the database for a web app
- Host: GitHub
- URL: https://github.com/mohamedumar083/jwt-auth-frontend
- Owner: MohamedUmar083
- Created: 2024-06-20T19:18:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T19:54:30.000Z (12 months ago)
- Last Synced: 2025-01-10T09:12:27.463Z (5 months ago)
- Topics: bootstrap5, html-css-javascript, reactjs
- Language: JavaScript
- Homepage: https://jwt-auth-frnt.netlify.app/
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
INTRODUCTION :
The Task is to implement a correct password reset flow with email verification, JWT token verification and proper update of the new password in the database for a web appKey Features :
1. User can Register with User Name , Email and Password.
2. After Successful registeration the data of the user register into the database
3. Every time the user loged in the user will automatically assign to a JWT token
4. With the help of valid JWT token user can be verified and logged in to the website
5. If user user forget the password that particular user can reset the password using forget password optionFor Backend Source Code Refer [Click Here](https://github.com/MohamedUmar083/JWT-Auth-Backend)