Skip to content

Enable only strict validation when parsing credentials and presentations

Lyuben Penkovski requested to merge 21-bugfixes into main

It turned out that different validation options are exluding each other in the Aries framework, and when JSONLD validation is eanbled, the strict validation is disabled. This commit removes the different validation options and leaves only the Strict validation.

Closes #21 (closed)

Merge request reports