Authentication and Access Control with Spring Security in a Spring Boot application.
Project implemented for study purposes, following the instructions in this video, with the following steps:
- Spring Security Basic Authentication with default configuration
- Spring Security In-memory Authentication
- Spring Security Authentication with JPA
- Role-Based Access Control (RBAC)
- Spring Security without the WebSecurityConfigurerAdapter