%% BFF 가 저장하는 두 가지와 그 조회 키 %% question: 세션 저장소를 Redis 로 옮기면 토큰도 같이 옮겨지는가 flowchart LR n0(["브라우저 요청"]) n1["Application Session"] n2["OAuth2AuthorizedClient"] n3[("Redis")] n4[("PostgreSQL")] n0 -->|"조회"| n1 n0 -->|"조회"| n2 n1 -->|"저장"| n3 n2 -->|"저장"| n4 classDef external stroke-dasharray: 6 4 class n0 external