Spring Boot application implementing Form-Based Authentication using Spring Security. After successful login, users are automatically redirected to the Store Home Page.

- Java 17
- Spring Boot
- Spring Security
- Thymeleaf
- Maven
- Custom login page
- Form-based authentication
- In-memory user configuration
- Role-based access
- Redirect to store page after login
- Logout support
ds
β
βββ src/main/java/com/example/store
β βββ config
β β βββ SecurityConfig.java
β β
β βββ controller
β β βββ StoreController.java
β
β βββ StoreApplication.java
β
βββ src/main/resources
β βββ templates
β β βββ login.html
β β βββ store.html
β β
β βββ application.properties
β
βββ pom.xml
βββ README.md
Vatsal Varma
Spring Boot | Spring Security