feat: 가상화 문서들 추가
This commit is contained in:
@@ -7,7 +7,7 @@ digraph techviz {
|
||||
n2 [label="Authorized-client store", shape=cylinder, style="rounded,filled"];
|
||||
n3 [label="Resource Server", shape=box, style="rounded,filled"];
|
||||
n0 -> n1 [label="AP2_SESSION", style=solid];
|
||||
n1 -> n2 [label="보관 · 현재 access 조회", style=solid];
|
||||
n1 -> n2 [label="보관 · 조회", style=solid];
|
||||
n1 -> n0 [label="access_token · type · expiry", style=solid];
|
||||
n0 -> n3 [label="Bearer header", style=solid];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user