v2.0.0
Breaking change
getAccessRequestFromRedirectUrl
andgetAccessGrantFromRedirectUrl
no longer
pick up VC passed by value, and only support passing by IRI. This is for security
reasons, as passing a VC by value in the IRI leaks information. This removes a
behavior that has been deprecated in v0.5.0. This change doesn't affect you if
you are using the query parameters accessors (getAccessRequestFromRedirectUrl
andgetAccessGrantFromRedirectUrl
).
New features
getAccessRequestFromRedirectUrl
andgetAccessGrantFromRedirectUrl
now accept URL
objects as well as plain strings.approveAccessRequest
now accepts anull
expiration date override, resulting
in the expiration date from the Access Request not being applied to the Access Grant.
This release also includes dependencies update.