docs: one-pager tying the session designs together - #4230
Open
sea-snake wants to merge 1 commit into
Open
Conversation
|
✅ No security or compliance issues detected. Reviewed everything up to 583279c. Security Overview
Detected Code Changes
|
This was referenced Aug 19, 2026
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
from
August 19, 2026 10:21
e0fc56d to
2e94eab
Compare
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
2 times, most recently
from
August 20, 2026 11:05
a2185eb to
1805bd6
Compare
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
from
August 20, 2026 14:48
a7beca9 to
5ed9877
Compare
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
from
August 21, 2026 11:50
f8a3b51 to
18405e5
Compare
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
2 times, most recently
from
August 21, 2026 11:53
e1d7211 to
e75dcb0
Compare
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
from
August 21, 2026 15:00
e75dcb0 to
0cd850e
Compare
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
from
August 21, 2026 16:40
0cd850e to
0bd5266
Compare
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
2 times, most recently
from
August 22, 2026 17:24
6db95a2 to
5226f2a
Compare
This was referenced Aug 22, 2026
sea-snake
force-pushed
the
docs/shared-revocable-sessions
branch
from
August 22, 2026 20:08
5226f2a to
a379a1f
Compare
Read further lists every design and spec plus the two documents that are neither: the scenarios that must hold once the features are built, and the metrics review of the dashboard that watches them. Every relative link in that table resolves to a file on this branch. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation only.
Three stacked design docs is a lot to hand someone who just wants to know what is changing and why. Adds
docs/ongoing/shared-revocable-sessions.md: the glanceable version, with diagrams for today and after, sibling-subdomain sharing, and a table of which methods are public, internal and untouched, linking into the detail.The two properties it exists to make obvious: a stolen delegation is worth at most 5 minutes instead of up to 30 days, and a session cannot renew or clone itself, because creating one needs an access method a session does not have.