mirror of
https://github.com/smittix/intercept.git
synced 2026-07-05 16:18:12 -07:00
2cefdb21f4
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.