Summary
In this chapter, we focused was on making our Spring Boot backend more secure. We started by adding extra protection using Spring Security. As we get ready to create the frontend using React in the next chapters, we decided to use a method called JWT authentication. JWT is commonly used to secure RESTful APIs and it is a lightweight authentication method suitable for our needs.In the next chapter, we will learn the basics of testing in Spring Boot application.