mirror of
https://github.com/smittix/intercept.git
synced 2026-04-27 08:10:00 -07:00
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.