Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

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 <[email protected]>
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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants