Add interaction URL example to store request.#14
Draft
djscruggs wants to merge 2 commits into
Draft
Conversation
Send a fake `interact` protocol URL (marked with `iuv=1`) alongside the existing fake OID4VC and vcapi URLs so the mediator's cross-device QR code section appears in the wallet chooser. The URL is not a live exchange, so scanning the QR code goes nowhere; it demonstrates the UI only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Covers a minimal demo exchange service, demo issuer changes to create a real exchange per store request, and demo wallet handling for both same-device and cross-device interaction URL flows. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Sends a fake
interactprotocol URL (marked withiuv=1) alongside the existing fake OID4VC and vcapi URLs, so the mediator's cross-device QR code section (credential-handler/authn.io#167) appears in the wallet chooser when storing the demo credential.Like the existing
oid4vcUrl/vcapiUrl, the URL is fake — scanning the QR code goes nowhere. It demonstrates the chooser UI only.Draft: this PR also includes docs/live-interaction-url-spec.md, a draft spec for making the interaction URL live end to end (demo exchange service + issuer + wallet changes). Review/discussion of that spec should drive whether this lands as-is or evolves into the live version.
🤖 Generated with Claude Code