diff --git a/README.md b/README.md index 5905b41..0c6ea7c 100644 --- a/README.md +++ b/README.md @@ -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