v2.1.2
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. - The Access Grants and Access Requests status is now accepted in its abbreviated