qualpipe_webapp.frontend.main#
FastAPI application serving QualPipe frontend routes.
For API endpoint details and schemas, use the autogenerated Swagger UI at
/docs (OpenAPI at /openapi.json).
Auth is delegated entirely to the BFF (mock_bff in dev, web-bff in prod). The frontend holds no session state of its own – it reads the BFF session cookie and calls /auth/session + /auth/me on every protected request.
Functions
Health check endpoint for Kubernetes probes. |
|
|
Redirect to the BFF login page. |
|
POST logout via BFF with CSRF token, then forward its redirect. |
|
Render the custom 404 page. |
Render a configured subitem page for a valid array element type. |
|
|
Render the auxiliary placeholder page. |
|
Render the home page. |
|
Render the LST summary page. |
|
Render the MST summary page. |
Redirect the root path to the home page. |
|
|
Render the SST summary page. |
Classes
|
Redirect unauthenticated users to the BFF login page. |