In Chapter 2, you created a REST application called UserRegistrationSystem using Spring Boot and performed CRUD operations. In Chapter 3, you created a single-page application (SPA) using AngularJS and consumed the REST endpoints. In Chapter 4, you secured your REST endpoints using Spring Security.
In this chapter, I will show you how Spring Boot, Spring Security, and AngularJS can work together to provide a pleasant and secure user experience. You will consume secure ...