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

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

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 app

Key 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 option

For Backend Source Code Refer [Click Here](https://github.com/MohamedUmar083/JWT-Auth-Backend)