Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.1.0
v5.2.0
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [v5.2.0](https://github.com/auth0/node-auth0/tree/v5.2.0) (2025-12-10)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.1.0...v5.2.0)

**Added**

- feat: Directory Provisioning API for connections [\#1278](https://github.com/auth0/node-auth0/pull/1278) ([developerkunal](https://github.com/developerkunal))
- feat: Guardian Push Notification `updateApnsProvider()`, `updateFcmProvider()`, `updateFcmv1Provider()` methods [\#1278](https://github.com/auth0/node-auth0/pull/1278) ([developerkunal](https://github.com/developerkunal))
- feat: Client Token Exchange `token_exchange` configuration [\#1278](https://github.com/auth0/node-auth0/pull/1278) ([developerkunal](https://github.com/developerkunal))
- feat: Organization Discovery Domains `use_for_organization_discovery` field [\#1278](https://github.com/auth0/node-auth0/pull/1278) ([developerkunal](https://github.com/developerkunal))
- feat: Custom Domain `domain_metadata` field [\#1278](https://github.com/auth0/node-auth0/pull/1278) ([developerkunal](https://github.com/developerkunal))
- feat: Change Password Ticket `identity` option [\#1278](https://github.com/auth0/node-auth0/pull/1278) ([developerkunal](https://github.com/developerkunal))
- feat: Connection Profiles API [\#1277](https://github.com/auth0/node-auth0/pull/1277) ([developerkunal](https://github.com/developerkunal))
- feat: Organization Express Configuration API [\#1277](https://github.com/auth0/node-auth0/pull/1277) ([developerkunal](https://github.com/developerkunal))
- feat: SDK logging support [\#1274](https://github.com/auth0/node-auth0/pull/1274) ([developerkunal](https://github.com/developerkunal))

**Fixed**

- fix: Resolve `hasNextPage()` infinite loop when `per_page` is not specified [\#1279](https://github.com/auth0/node-auth0/pull/1279) ([developerkunal](https://github.com/developerkunal))

**Changed**

- Guardian Push Notification `setApnsProvider()`, `setFcmProvider()`, `setFcmv1Provider()` now use PUT instead of PATCH [\#1278](https://github.com/auth0/node-auth0/pull/1278) ([developerkunal](https://github.com/developerkunal))

## [v5.1.0](https://github.com/auth0/node-auth0/tree/v5.1.0) (2025-11-06)

[Full Changelog](https://github.com/auth0/node-auth0/compare/v5.0.0...v5.1.0)
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/hierarchy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #AF00DB;
--dark-hl-3: #CE92A4;
--dark-hl-3: #C586C0;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #0000FF;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1595,9 +1595,9 @@
.container-main {
grid-template-columns:
minmax(0, 1fr) minmax(0, 2.5fr) minmax(
0,
20rem
);
0,
20rem
);
grid-template-areas: "sidebar content toc";
}

Expand Down
4 changes: 2 additions & 2 deletions docs/classes/auth.AuthApiError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.AuthenticationClient.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/auth.Database.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.IdTokenValidatorError.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/auth.OAuth.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/auth.Passwordless.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.SDK.BaseAuthAPI.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/auth.SDK.IDTokenValidator.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/lib.FetchError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.JSONApiResponse.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/lib.RequiredError.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/lib.ResponseError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.TextApiResponse.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/lib.TimeoutError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/lib.VoidApiResponse.html

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions docs/classes/management.CustomPager.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.BadRequestError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.ConflictError.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.ForbiddenError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.InternalServerError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.NotFoundError.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.Management.UnauthorizedError.html

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions docs/classes/management.ManagementClient.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.ManagementError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/classes/management.ManagementTimeoutError.html

Large diffs are not rendered by default.

88 changes: 0 additions & 88 deletions docs/classes/management.SDK.Actions.html

This file was deleted.

87 changes: 87 additions & 0 deletions docs/classes/management.SDK.ActionsClient.html

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions docs/classes/management.SDK.Anomaly.html

This file was deleted.

Loading
Loading