auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
630 stars 309 forks source link

SDK-4541 Add organization support for client credentials to node-auth0 #1033

Closed tusharpandey13 closed 6 days ago

tusharpandey13 commented 2 weeks ago

Changes

This PR includes changes for the feature 'Add organization support for client credentials to node-auth0'. Changed managers:

client credentials code changes SDK-4541
Client creds tests updated
added missing fields related to SS changes
added missing models related to client update
fix linting issue

References

Unit tests added for changed endpoints.

Checklist

gyaneshgouraw-okta commented 1 week ago

Hey @tusharpandey13, will it be possible to add public api links instead of internal reference links for the supported api's

tusharpandey13 commented 1 week ago

Hey @tusharpandey13, will it be possible to add public api links instead of internal reference links for the supported api's

Added in the comments, please note that GET /api/v2/organizations/{org_id}/client-grants path is not yet present in public docs.