1. Part 4 The Spring Security Framework in our Demo App Overview
2. Representing Users interfaces UserDetails, GrantedAuthority, and Authentication
3. Populating GrantedAuthority UserRoles and SubjectAction pairs
4. UserDetailsService, UserDetailsManager, and custom extensions
5. @EnableWebSecurity, @Bean PasswordEncoder and encryptingvalidating passwords
6. Overview of the Authentication and Authorization Cycle
7. Custom AuthenticationProvider, UserDetails and UserDetailsService; JWTs
8. UserDetailsService implementation deeper dive
9. Authorization Introducing @EnableWebSecurity and @Bean SecurityFilterChain
10. Authentication, Authorization Filter and Validating the JWT
11. One Spring Boot Webservice authenticates another WebClient
12. Endpoint Authorization with requestMatchers(), hasAnyRoles() hasAnyAuthorities()
13. Method-based Authorization with @EnableMethodSecurity
14. Implementing Authentication and (Role-based) Authorization in Angular
15. Authentication using Angular and Typescript
16. Authorization using Angular and Typescript