This project implements a simple authentication page using Flask, HTML, and CSS.
- Serves the authentication page at
http://localhost:5000
. - Redirects users to the profile page upon successful login.
- Displays an error message if authentication fails.
- Stores user credentials in Redis for authentication.
- Includes a
/register
page for new user registration and storing credentials in Redis.