-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to emit verbose Credential Exchange 2.0 webhooks #3191
Comments
Not sure about the logic offhand, but when I run a test using the alice/faber demo it looks like both cred issue and pres req are both issuing verbose webhooks:
and
@mkempa are you finding there is data missing from your webhooks? PS the change you referenced added some additional content to the "terse" webhook, so the "terse" vs "verbose" content is actually pretty similar now |
I ran the demo with commands you provided and this is what I got.
Compared to the verbose webhook it misses |
OK I'll take a look, thanks! |
@mkempa a fix has been merged can you test? |
Tested with and without |
Hi.
Looking at the breaking change mentioned in the 1.0.0 changelog, especially PR #3081, it seems that Issue credential 2.0 protocol now emits terse webhooks only.
In this code the line with
debug.webhooks
config property is completely removed while in the pres_exchange it is preserved.I believe it is a bug but please correct me if this was intentional.
Thank you.
The text was updated successfully, but these errors were encountered: