Web App (Implementing API Calls: Sign-up, Sign-in, Email Verif, Password Reset, Update, and Delete)
Diving into writing API calls more securely through building a basic RESTful Web Service application with Spring Suite Tool. Built this project by following along a course that was focused on RESTful Webservices, Java, Spring Boot, Spring MVC, and JPA.
Some key features and takeaways from the project: Implementing user sign-up and User sign-in, email verification, password reset, getting user details API call, getting list of users API call and implementing Pagination, updating user details and deleting user details API calls, securing Web Service endpoints with Spring Security, using Amazon AWS Simple Email Service(SES) to send and request to confirm user email address, and generating the JSON Web Token in HTTP Request.