camunda-community-hub / zeebe-client-node-js

Node.js client library for Zeebe Microservices Orchestration Engine
https://camunda-community-hub.github.io/zeebe-client-node-js/
Apache License 2.0
152 stars 38 forks source link

Oauth scope #363

Closed nikku closed 7 months ago

nikku commented 7 months ago

Passes an optional scope parameter to the OAuth authentication server URL. Cf. spec reference.


Related to https://github.com/camunda/camunda-modeler/issues/4102

Implements https://github.com/camunda-community-hub/camunda-8-js-sdk/issues/21