Bridge auth claims into materialization events#158
Closed
marcus-pousette wants to merge 3 commits into
Closed
Conversation
fed571f to
57d1e97
Compare
8e04100 to
e4c11bc
Compare
57d1e97 to
42307e6
Compare
Collaborator
Author
|
Closing this version because it is built around the old authoredAt / claims_json proof model. The cleaned auth stack in #157, #187, and #192 intentionally removes those claims and hands the verified signature/proof reference directly to storage for atomic commit. Rebasing this 28-file bridge would reintroduce the schema and protocol bloat we just removed. If materialization events still need auth metadata after the new stack lands, that should be a fresh focused PR against the standard proof shape. The branch is retained for reference. |
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.
Stacked draft on #156. This branch temporarily includes the auth authored-at claims work from #157 so the full path can be tested end to end.
Summary
verifyOpsthroughSyncBackend.applyOps.materializationSourcesfor sqlite-backed TreeCRDT clients.source.signerandsource.time.authoredAtMsfor remotely applied ops.Keep this draft until the lower stack settles.