Skip to content

Commit

Permalink
Client Credentials (M2M) support for Organizations (#975)
Browse files Browse the repository at this point in the history
* Get client_grants added on Organization

* Get client_grants added on Organization

* updated auth 4.12.0 and unit-test e2e-test
  • Loading branch information
kushalshit27 authored Nov 8, 2024
1 parent d9aaca2 commit a0d27af
Show file tree
Hide file tree
Showing 12 changed files with 25,770 additions and 11,772 deletions.
60 changes: 24 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/auth0/auth0-deploy-cli#readme",
"dependencies": {
"ajv": "^6.12.6",
"auth0": "^4.10.0",
"auth0": "^4.12.0",
"dot-prop": "^5.2.0",
"fs-extra": "^10.1.0",
"global-agent": "^2.1.12",
Expand All @@ -43,7 +43,7 @@
"nconf": "^0.12.1",
"promise-pool-executor": "^1.1.1",
"sanitize-filename": "^1.6.3",
"winston": "^3.15.0",
"winston": "^3.16.0",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand All @@ -60,7 +60,7 @@
"eslint-plugin-import": "^2.30.0",
"husky": "^7.0.4",
"kacl": "^1.1.1",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"nock": "^13.5.5",
"node-fetch": "^2.7.0",
"nyc": "^15.0.1",
Expand Down
Loading

0 comments on commit a0d27af

Please sign in to comment.