feat: 가상화 문서들 추가

This commit is contained in:
DongHyeonka
2026-09-10 08:54:05 +09:00
parent e9f6a93327
commit 43e1aadef0
695 changed files with 153404 additions and 12754 deletions
@@ -9,8 +9,8 @@ flowchart LR
n2[("Authorized-client store")]
n3["Internal Resource Server"]
end
n0 -->|"AP3_SESSION · /bff/api/me"| n1
n1 -->|"현재 authorized client 조회"| n2
n1 -->|"downstream Bearer 요청"| n3
n0 -->|"AP3_SESSION"| n1
n1 -->|"client 조회"| n2
n1 -->|"Bearer 요청"| n3
classDef external stroke-dasharray: 6 4
class n0 external