Add login system with authentication and login page

Introduced a login system to restrict access to the application. Added session-based authentication in app.py, including login and logout routes, and a new login.html template for the login form. Updated .dockerignore to exclude .uv directory.
This commit is contained in:
Jon Ander Oribe
2026-01-11 14:06:55 +01:00
parent 7967b71405
commit 6da8b11301
3 changed files with 113 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ venv/
.eggs/
*.egg-info/
*.egg
.uv
# IDE
.idea/