Autodesk-Forge / forge-api-nodejs-client

Forge Node.js SDK: Provides Node.js SDK to help you easily integrate Forge REST APIs into the application
Apache License 2.0
121 stars 87 forks source link

fix: add support for `data:read:<URN_OF_RESOURCE>` scopes #96

Closed andrea-lisa closed 1 year ago

andrea-lisa commented 1 year ago

Added support for data:read:<URN_OF_RESOURCE> dynamic scopes, according to the description on the docs:

image

Fixes: #95