feat(relay): add relay-verified identity binding - #1476
Open
fsola-sq wants to merge 10 commits into
Open
Conversation
fsola-sq
force-pushed
the
fsola/corporate-identity
branch
from
July 24, 2026 21:29
bd822f3 to
7ba8616
Compare
fsola-sq
marked this pull request as ready for review
July 24, 2026 21:29
cea-block
force-pushed
the
fsola/corporate-identity
branch
from
July 28, 2026 18:27
b441953 to
c1452ef
Compare
6 tasks
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
cea-block
force-pushed
the
fsola/corporate-identity
branch
2 times, most recently
from
July 28, 2026 19:53
9b7bf58 to
419e851
Compare
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
cea-block
force-pushed
the
fsola/corporate-identity
branch
from
July 28, 2026 23:03
419e851 to
7cd8b9e
Compare
Signed-off-by: Cea Stapleton Cordasco <[email protected]>
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.
Why
Add a provider-neutral relay-side identity foundation that binds a verified JWT principal to a NIP-proven Nostr key.
What
(community, issuer, uid)bindings with fail-closed conflict handling and durable revocation tombstones.Risk Assessment
Medium. This touches every relay authentication transport, but the feature is disabled by default behind
BUZZ_REQUIRE_CORPORATE_IDENTITYand fails closed when enabled.Follow-ups
Notes
When enabled, the configured JWT acts as an enrollment authority: first use binds the verified issuer-qualified principal to the NIP-proven pubkey. A compromised valid JWT can therefore create an incorrect binding until an operator repairs it; automated recovery remains follow-up lifecycle work.
Trusted deployments must overwrite the configured identity header at the relay boundary. JWKS failures fail closed, and configured display-name claims may result in stored personal information.
Update — 2026-07-28
Generated with Codex