From 9b1b7fcb73ca8a985e84f002cecbc05a59790843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=ED=98=B8=EC=84=B1?= Date: Tue, 7 Jul 2026 16:55:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=9C=EC=84=9C=EB=8F=84=20=EB=B3=B4?= =?UTF-8?q?=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2026/07/baron-sso.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2026/07/baron-sso.md b/2026/07/baron-sso.md index 3d1ce2d..f6a340a 100644 --- a/2026/07/baron-sso.md +++ b/2026/07/baron-sso.md @@ -47,9 +47,10 @@ flowchart TD AC -->|아니오| AE["profile load"] AE --> AF["dashboard 이동"] ``` - + +## 시퀀스다이어그램 ```mermaid -sequenceDiagram + participant Browser as Browser participant App as userfront (Flutter) participant Store as AuthTokenStore