refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -10,13 +10,13 @@
## Elements and evidence
- **브라우저 A 세션** (component): 세션 id 가 다르다. Evidence: L360L366.
- **브라우저 B 세션** (component): 세션 id 가 다르다. Evidence: L360L366.
- **토큰 행** (datastore): 기본키에 세션 id 가 없어 둘이 같은 행을 쓴다. Evidence: L370L377.
- **로그아웃 후 남는 것** (datastore): Redis 세션은 0 키인데 여기는 1 행이 남는다. Evidence: L378L384.
- **브라우저 A 세션** (component): 세션 id 가 다르다. Evidence: L745L747.
- **브라우저 B 세션** (component): 세션 id 가 다르다. Evidence: L745L747.
- **토큰 행** (datastore): 기본키에 세션 id 가 없어 둘이 같은 행을 쓴다. Evidence: L776L781.
- **로그아웃 후 남는 것** (datastore): Redis 세션은 0 키인데 여기는 1 행이 남는다. Evidence: L789L794.
## Relationships
- **브라우저 A 세션 → 토큰 행:** principal 이름. Evidence: L370L377.
- **브라우저 B 세션 → 토큰 행:** 같은 키 · 덮어쓰기. Evidence: L370L377.
- **토큰 행 → 로그아웃 후 남는 것:** 로그아웃 미정리. Evidence: L378L384.
- **브라우저 A 세션 → 토큰 행:** principal 이름. Evidence: L776L781.
- **브라우저 B 세션 → 토큰 행:** 같은 키 · 덮어쓰기. Evidence: L776L781.
- **토큰 행 → 로그아웃 후 남는 것:** 로그아웃 미정리. Evidence: L789L794.