decentralized-identity / wallet-and-credential-interactions

QR Codes and Button for Claiming and Sharing Credentials (and more!)
https://identity.foundation/wallet-and-credential-interactions/
Apache License 2.0
7 stars 5 forks source link

Show support for DID urls #16

Open JaceHensley opened 3 years ago

JaceHensley commented 3 years ago

The challengeTokenUrl and callbackUrl could be DID urls that point to service endpoints. There's nothing stopping this support, it would just require the wallets to support DID urls

{
  "challengeTokenUrl": "did:example:123#my-service?..."
}