docs(readme): make the Integrations section seam-centric (follow-up to #180) - #182
Open
H0BB5 wants to merge 1 commit into
Open
docs(readme): make the Integrations section seam-centric (follow-up to #180)#182H0BB5 wants to merge 1 commit into
H0BB5 wants to merge 1 commit into
Conversation
Follow-up to #180. Collapses the Modules-vs-seams split into one seam-keyed table: authz and audit are ports (AuthorizationServerAdapter, AuditRecorder), not turnkey modules, so listing them under "Modules" over-promised a plug-in that is really "implement this interface." cheqd — the one fully-realized external integration — moves to its own worked-example subsection (it fills the DID-resolution, revocation, and audit-anchoring seams at once). Reads truer to the adapter-pattern model and invites contribution. Docs only. Signed-off-by: h0bb5 <dylanjhobbs+2@gmail.com>
Coverage Report
Details
|
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.
Follow-up to #180. Reworks Integrations from a Modules-vs-seams split into a single seam-keyed table, because the "Modules" framing over-promised:
authzandauditare ports (AuthorizationServerAdapter,AuditRecorder) with reference/default implementations, not turnkey integrations — the real work is "implement this interface."GenericOidcAdapterreference → your IdP), state, audit delivery, crypto, policy — each with its reference/default and what you bring.src/integrations/cheqd/README.md.Reads truer to the adapter-pattern model and invites contribution harder. Docs only; all link targets and the
#multi-instance-deploymentsanchor verified.