v4.0.0
Breaking Changes
- Support for Node.js v18.x has been dropped as that version has reached end-of-life.
New feature
- The link between an Access Request and an Access Grant issued using
approveAccessRequest
can now be verified by the server when setting theverifyLinkedRequestoption totrue. approveAccessRequestandissueAccessGrantnow support an additionalowner
parameter in the Access Grant body overrides. Setting this will include a
custom resource owner in the Access Grant issuing request. This allows an admin
to issue Access Grants on behalf of a user at provisioning time. This parameter
will be ignored by the server for sessions that have been activated already.
What's Changed
Full Changelog: v3.3.1...v4.0.0