Flask Authentication App A simple Flask web application for user authentication using MongoDB.
Features: Login page to authenticate users.
Profile page accessible only after login Folder Structure: flask_auth/ ├── app.py # Main application file ├── templates/ # HTML templates folder │ └── index.html # Login page └── venv/ # Virtual environment