civic_system/ ├── app.py ← All Flask routes ├── db.py ← MySQL connection ├── sample_data.sql ← Test data ├── templates/ │ ├── base.html │ ├── login.html │ ├── register.html │ ├── dashboard.html ...
A modern, secure, and user-friendly passwordless authentication system built with Python and Flask. This project eliminates the need for traditional passwords by implementing a "magic link" login flow ...