# 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: "세션 id 로 조회" n0 -> n2: "principal 이름으로 조회" n1 -> n3: "저장" n2 -> n4: "저장"