Last one for real

This commit is contained in:
2026-05-22 15:13:47 +02:00
parent 663f61fa34
commit 8287bea240

View File

@@ -331,7 +331,7 @@ sequenceDiagram
BE-->>FE: HTTP 200 OK {"status": "success", "token": "...", "user": {...}}
Note over BE,FE: Set-Cookie: token=...; Path=/; HttpOnly; SameSite=Lax
Note over FE: Save auth state to global context
FE-->>User: Redirect to Dashboard / Home
else Password Invalid