Just a little help with credential verification #1
Unanswered
mmachado53
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I have some questions about credential verification, for now I'm trying to verify some credentials using
preview
protocol, I'm using some credentials created from an Android app, which I can verify perfectly well using https://digital-credentials.dev/ this is what I have so far:1.- On the "verifier" side I have this code to generate the key pair and the nonce string:
2 .- On the client side I create the request using the public key in base64 and the nonce created previously and I get the token like this:
3.- And then on the verifier side using the token from the client side, the primary key pair and the nonce I try to open the content of the response:
So right on the last line
await recipientContext.open
I get just an "OpenError" 😅Is there anyone who can tell me what I'm doing wrong? Or someone who can share some source code where the verification of credentials is handled successfully.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions