Check off exploration 0243 (account validation & recovery — complete)#342
Merged
Conversation
All 13 implementation + 9 validation items resolved across 17 PRs. P3.1 (custodial escrow) is recorded as a deliberate DECISION to decline — it would make xNet coercible — in favor of the non-coercible social-recovery (guardians) path, per the Apple-reframed design note. Renames the exploration [_] -> [x] and adds a Resolution summary of everything that shipped. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: xNet Test <test@xnet.dev>
Contributor
|
Preview removed for PR #342. |
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.
Marks exploration 0243 complete: renames
[_]→[x], records a Resolution summary of everything shipped, and reframes the last item (P3.1) from "implement custodial escrow" to a documented decision to decline it.Why P3.1 is "done" by being declined
A WorkOS-gated KMS escrow that recovers from a login alone would make xNet coercible — a subpoena or a compromised WorkOS account would reach user data, the opposite of this exploration's guarantee. Following Apple's model (ADP holds no key; recovery via a user-held key + recovery contacts), we shipped the non-coercible alternative instead — configurable trusted-guardian social recovery (Shamir; #337/#339/#341), entirely user-to-user. A privacy-preserving escrow engine (#335) remains for a future Apple-grade ZK-PIN + rate-limiting-HSM design if a concrete enterprise need ever arises; the naive custodial variant is intentionally not built.
Delivered across 17 PRs
Validation hardening · recovery phrase + synced passkey + guardian social recovery + Settings management · account/device ledger (schemas, ops, binding→account, content-key re-wrap) · privacy-preserving escrow engine · Apple-reframed escrow design note. 13/13 implementation, 9/9 validation.
Docs-only →
skip-changelog.🤖 Generated with Claude Code