Files
document-haness/docs/keycloak-session-store/final/assets/bff-store-lookup-keys/bff-store-lookup-keys.d2
T

23 lines
450 B
Plaintext

# BFF 가 저장하는 두 가지와 그 조회 키
# Question: 세션 저장소를 Redis 로 옮기면 토큰도 같이 옮겨지는가
direction: right
n0: "브라우저 요청" {
shape: person
}
n1: "Application Session" {
shape: rectangle
}
n2: "OAuth2AuthorizedClient" {
shape: rectangle
}
n3: "Redis" {
shape: cylinder
}
n4: "PostgreSQL" {
shape: cylinder
}
n0 -> n1: "조회"
n0 -> n2: "조회"
n1 -> n3: "저장"
n2 -> n4: "저장"