For real real

This commit is contained in:
2026-05-22 15:14:16 +02:00
parent 8287bea240
commit d1576ae8fa

View File

@@ -330,7 +330,7 @@ sequenceDiagram
Note over BE: Build HttpOnly, Secure, Lax cookie 'token' Note over BE: Build HttpOnly, Secure, Lax cookie 'token'
BE-->>FE: HTTP 200 OK {"status": "success", "token": "...", "user": {...}} BE-->>FE: HTTP 200 OK {"status": "success", "token": "...", "user": {...}}
Note over BE,FE: Set-Cookie: token=...; Path=/; HttpOnly; SameSite=Lax Note over BE,FE: Header: Set-Cookie: token=...#59; Path=/#59; HttpOnly#59; SameSite=Lax
Note over FE: Save auth state to global context Note over FE: Save auth state to global context
FE-->>User: Redirect to Dashboard / Home FE-->>User: Redirect to Dashboard / Home