Skip to content
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

fix: no async in filter #77

Merged

Conversation

TimoGlastra
Copy link
Contributor

This one took me really long to debug, but i was finally able to find out why a succesful verification event was emitted even though the presentation verification callback failed.

The filter that had an async method doesn't really work, and thus it would see the returned promise value in the filter method as a truthy value (Boolean(Promise.reject()) will still evaluate to true). It was especially weird since the error was thrown, but because it was not handled within a promise, it was an unhandled rejection.

It does mean that the presentation verification callback has had no effect on the outcome of the verification, so this seems like a serious bug to get released as soon as possible.

Signed-off-by: Timo Glastra <timo@animo.id>
Copy link
Contributor

@nklomp nklomp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nklomp nklomp merged commit 26c6d09 into Sphereon-Opensource:develop Apr 24, 2024
1 check failed
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.

None yet

2 participants