Skip to content

feat: support external signers for authenticated clients initialization#37

Draft
DaevMithran wants to merge 1 commit into
mainfrom
signer
Draft

feat: support external signers for authenticated clients initialization#37
DaevMithran wants to merge 1 commit into
mainfrom
signer

Conversation

@DaevMithran

@DaevMithran DaevMithran commented Jun 16, 2026

Copy link
Copy Markdown

Summary

Adds a Signer interface to @interledger/http-signature-utils and supports signer-backed authenticated clients in @interledger/open-payments. This allows KMS/HSM/non-extractable key integrations without changing the existing private-key API initialization

Changes

  • Add Signer, PrivateKeySignOptions, and SignerSignOptions
  • Support signing HTTP signature headers via external signer
  • Add createAuthenticatedClient({ signer, keyId, walletAddressUrl })

Adds feature request raised in interledger/open-payments-go#47

Signed-off-by: DaevMithran <daevmithran1999@gmail.com>
@changeset-bot

changeset-bot Bot commented Jun 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2ecedea

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@DaevMithran DaevMithran requested a review from mkurapov June 16, 2026 14:54
@DaevMithran DaevMithran marked this pull request as draft June 16, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant