Skip to content

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.

pratikshakh01/forgotPassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages