pratikshakh01 / forgotPassword

This Java Spring Boot repository on GitHub features a REST API integrated with MySQL to implement a "Forgot Password" functionality. It enables users to reset their passwords through a database-driven process, enhancing the security and usability of the application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use postman API to test this application as explained below:
For Forget Password use POST Method and pass the email in form data of request body to check whether the email exists in the database or not. If the email exists the another url will be generated as response to the particular request.
image

Copy the url generated and create new request with PUT method and copy paste the url in the respective field. Pass the password key and value as a form data in the body to update/reset your password.
image

You can change the databse connections in application.properties file.

About

This Java Spring Boot repository on GitHub features a REST API integrated with MySQL to implement a "Forgot Password" functionality. It enables users to reset their passwords through a database-driven process, enhancing the security and usability of the application.


Languages

Language:Java 100.0%