Last one for real
This commit is contained in:
@@ -331,7 +331,7 @@ sequenceDiagram
|
|||||||
|
|
||||||
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: Set-Cookie: token=...; Path=/; HttpOnly; 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
|
||||||
else Password Invalid
|
else Password Invalid
|
||||||
|
|||||||
Reference in New Issue
Block a user