fixing login to not display the demo creds

This commit is contained in:
2025-09-06 12:10:39 +02:00
parent befe96c20b
commit 3904d7e88f
13 changed files with 1282 additions and 195 deletions

View File

@@ -104,6 +104,8 @@ class SecurityMiddleware(BaseHTTPMiddleware):
"/favicon.ico",
"/api/v1/auth/register",
"/api/v1/auth/login",
"/api-internal/v1/auth/register",
"/api-internal/v1/auth/login",
"/", # Root endpoint
]