Skip to content

v2.1.2

Compare
Choose a tag to compare
@NSeydoux NSeydoux released this 06 Feb 16:21
· 504 commits to main since this release
57f0502

Bugfixes

  • The JSON-LD/JSON normalization is now applied not only when issuing an Access Request
    or an Access Grant, but also when dereferencing one.

  • JSON-LD/JSON alignment: We are processing Verifiable Credentials as plain JSON,
    while they actually are JSON-LD. This creates some discrepancies:

    • The Access Grants and Access Requests status is now accepted in its abbreviated
      form, and not only as a fully qualified IRI, as allowed by the JSON-LD context.
    • Arrays containing a single value are also accepted as a literal equal to said
      single value.

    This is a stopgap solution: a proper fix would be to do full JSON-LD parsing,
    but we aren't doing it for the moment because of issues between existing libraries
    and our build setup.