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.
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.
You can change the databse connections in application.properties file.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published