feat: bridge canonical pairing authority - #331
Closed
replghost wants to merge 2 commits into
Closed
Conversation
replghost
force-pushed
the
codex/rfc0022-follow-alias
branch
from
August 4, 2026 02:33
7a43e21 to
450c0a8
Compare
Contributor
Author
|
Superseded by the final reviewed head of #329 ( |
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.
Summary
Why
Epoca has one browser process but two RFC-0022 host roles: the local signing host owns Mobile SSO, while each product tab uses a pairing host. This bridge lets the product runtime use the exact authenticated authority established by the signing host instead of inventing a browser-only SSO protocol or silently falling back to the local wallet.
Verification
cargo test -p truapi-server -p truapi-platform(439 passed)cargo fmt --all -- --checkDependency
Stacked on #329 so the UserAgentKit vendor can retain the Product SDK follow-alias fix already pinned by Epoca.