chore: readme 수정

This commit is contained in:
DongHyeonka
2026-07-29 18:03:21 +09:00
parent 8daa568746
commit 741c79b69f
180 changed files with 62890 additions and 13 deletions
@@ -0,0 +1,22 @@
# AP3는 browser session을 BFF-owned Bearer 요청으로 바꾼다
# Question: AP3에서 OAuth token 없는 브라우저 요청은 어느 경계를 지나 내부 Resource Server Bearer 요청이 되는가?
direction: right
g0: "Browser session boundary" {
n0: "Browser" {
shape: person
}
}
g1: "Server-side application path" {
n1: "Spring BFF" {
shape: rectangle
}
n2: "Authorized-client store" {
shape: sql_table
}
n3: "Internal Resource Server" {
shape: rectangle
}
}
g0.n0 -> g1.n1: "AP3_SESSION · /bff/api/me"
g1.n1 -> g1.n2: "현재 authorized client 조회"
g1.n1 -> g1.n3: "downstream Bearer 요청"