node-auth0
node-auth0 copied to clipboard
Fixed missing endpoints for feature Organizations for Client Credentials changes
Changes
added 2 missing endpoints for the feature organization support for client credentials,
DELETE /api/v2/organizations/{id}/client-grants/{grant_id}
POST /api/v2/organizations/{id}/client-grants
References
Please look at #1033
API docs are not public yet.
Testing
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
- [x] This change adds unit test coverage
- [ ] This change adds integration test coverage
Checklist
- [x] I have read the Auth0 general contribution guidelines
- [x] I have read the Auth0 Code of Conduct
- [x] All existing and new tests complete without errors