Skip to content

Commit

Permalink
feat: Do not raise an error by default in case we encounter a VC with…
Browse files Browse the repository at this point in the history
… a statuslist we do not support. More strict scenario's are supported with an optional parm
  • Loading branch information
nklomp committed Sep 28, 2023
1 parent 4a634b7 commit 2dde4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vc-handler-ld-local/src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export interface StatusListCheck {
mandatoryCredentialStatus: boolean
verifyStatusListCredential: boolean
verifyMatchingIssuers: boolean
errorUnknownListType?: boolean
}

/**
Expand Down

0 comments on commit 2dde4b7

Please sign in to comment.