Skip to content

docs: add Passkey signing integration guide (#78)#103

Merged
truthixify merged 1 commit into
wraith-protocol:developfrom
Peolite001:feature/passkey-signing-guide
Jul 27, 2026
Merged

docs: add Passkey signing integration guide (#78)#103
truthixify merged 1 commit into
wraith-protocol:developfrom
Peolite001:feature/passkey-signing-guide

Conversation

@Peolite001

Copy link
Copy Markdown

Closes #78

Description

This PR implements the requested documentation for integrating a Passkey (or any smart-account) signer into stealth derivation, resolving issue #78.

Changes Included:

  • New Guide: Added guides/stellar/passkey-signing.mdx.
  • StellarStealthSigner Interface: Fully documented the interface required for integrating custom signers.
  • Reference Adapter: Included a functional TypeScript snippet demonstrating how to implement a Passkey signer adapter using the WebAuthn API.
  • Trust Boundary Analysis: Added an explicit section outlining what a Passkey secures (private key material within the device's secure enclave) and what it does not (the integrity/validation of the transaction contents).
  • Determinism Note: Documented the non-deterministic nature of standard Passkeys (ECDSA P-256) and how it affects strict deterministic requirements in stealth key derivation protocols.

Related Issues

Acceptance Criteria Met

  • Snippets pass CI / are valid TypeScript.
  • Interface fully documented.
  • Trust boundary made explicit.

@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@Peolite001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@truthixify
truthixify merged commit b3b8be5 into wraith-protocol:develop Jul 27, 2026
2 checks passed
@truthixify

Copy link
Copy Markdown
Contributor

Merged. Passkey guide pairs nicely with the SDK signer interface that just landed.

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.

Passkey signing integration guide

2 participants