This is a simple web application that demonstrates user authentication and account management using Spring Boot. The application allows users to sign up for a new account or sign in to an existing one. It features a "remember me" option.
This application can serve as a starting point for developers who want to build user authentication and account management functionality into their own Spring Boot-based web applications. With its basic features, it is also a good option for those who are new to Spring Boot or web development in general and want to learn how to build a simple web application.
- User authentication: Users can sign up for a new account or sign in to an existing one.
- "Remember me" option: Users can choose to have their login session persist even after they close their browser.