feat(social): social-connections read client for the gatekeeper broker#15
Merged
Conversation
…roker Add createSocialProvider, a thin fail-open client that reads a user's connected social handles from the gatekeeper broker's token-free read endpoint (GET /social/connections/read) with a service-key bearer. Mirrors the existing gatekeeper apiKey provider. On any network error, non-2xx, or timeout it degrades to an empty result rather than throwing, so consumers render no connections instead of failing.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
Task link: internal plan
omni/plans/2026-07-18-social-connector-phase-a-implementation.mdAdds
createSocialProvider, a thin fail-open client that reads a user's connected social handles from the gatekeeper broker's token-freeGET /social/connections/readendpoint with a service-key bearer. Mirrors the existing gatekeeper apiKey provider.getConnections(userId)andgetConnection(userId, platform); exported via the./socialsubpath.Consumes the contract from the gatekeeper
feat/social-connections-readPR (merge that first). Second step of the Phase A social-connector build-out; blink-api will pin this and expose asocialConnectionsGraphQL field.Test Steps
bun test src/social(10 pass)bunx tsc --noEmitclean; knip clean; biome cleanbun run buildemitsbuild/social/🤖 Generated with Claude Code