19 lines
460 B
Plaintext
19 lines
460 B
Plaintext
# 덮어쓰기를 만드는 기본키
|
|
# Question: 같은 사용자의 두 브라우저가 서로의 토큰을 지우는 이유는 무엇인가
|
|
direction: right
|
|
n0: "브라우저 A 세션" {
|
|
shape: rectangle
|
|
}
|
|
n1: "브라우저 B 세션" {
|
|
shape: rectangle
|
|
}
|
|
n2: "토큰 행" {
|
|
shape: cylinder
|
|
}
|
|
n3: "로그아웃 후 남는 것" {
|
|
shape: cylinder
|
|
}
|
|
n0 -> n2: "principal 이름"
|
|
n1 -> n2: "같은 키 · 덮어쓰기"
|
|
n2 -> n3: "로그아웃 미정리"
|