feat: 가상화 문서들 추가
This commit is contained in:
@@ -16,7 +16,7 @@ digraph techviz {
|
||||
n2 [label="Authorized-client store", shape=cylinder, style="rounded,filled"];
|
||||
n3 [label="Internal Resource Server", shape=box, style="rounded,filled"];
|
||||
}
|
||||
n0 -> n1 [label="AP3_SESSION · /bff/api/me", style=solid];
|
||||
n1 -> n2 [label="현재 authorized client 조회", style=solid];
|
||||
n1 -> n3 [label="downstream Bearer 요청", style=solid];
|
||||
n0 -> n1 [label="AP3_SESSION", style=solid];
|
||||
n1 -> n2 [label="client 조회", style=solid];
|
||||
n1 -> n3 [label="Bearer 요청", style=solid];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user