Skip to content

Commit 59f79bc

Browse files
Release v4.10.0 (auth0#2325)
2 parents 88edf0e + 2bda10b commit 59f79bc

File tree

86 files changed

+352
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+352
-262
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.9.0
1+
v4.10.0

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## [v4.10.0](https://github.com/auth0/nextjs-auth0/tree/v4.10.0) (2025-09-16)
4+
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.9.0...v4.10.0)
5+
6+
**Added**
7+
- feat: control sending `id_token_hint` in OIDC logout URL [\#2300](https://github.com/auth0/nextjs-auth0/pull/2300) ([tusharpandey13](https://github.com/tusharpandey13))
8+
- feat: Allow access token grant type for federated connections [\#2240](https://github.com/auth0/nextjs-auth0/pull/2240) ([tusharpandey13](https://github.com/tusharpandey13))
9+
- feat: add federated logout [\#2313](https://github.com/auth0/nextjs-auth0/pull/2313) ([tusharpandey13](https://github.com/tusharpandey13))
10+
- feat: Add organizations [\#2282](https://github.com/auth0/nextjs-auth0/pull/2282) ([tusharpandey13](https://github.com/tusharpandey13))
11+
- feat: add support for backchannel authentication [\#2261](https://github.com/auth0/nextjs-auth0/pull/2261) ([guabu](https://github.com/guabu))
12+
13+
**Changed**
14+
- feat: simplify PAR parameter handling by removing redundant filtering [\#2298](https://github.com/auth0/nextjs-auth0/pull/2298) ([tusharpandey13](https://github.com/tusharpandey13))
15+
16+
**Fixed**
17+
- fix: Remove unsafe type assertion in withPageAuthRequired HOC [\#2305](https://github.com/auth0/nextjs-auth0/pull/2305) ([tusharpandey13](https://github.com/tusharpandey13))
18+
- fix: parameter name of requested_expiry [\#2304](https://github.com/auth0/nextjs-auth0/pull/2304) ([guabu](https://github.com/guabu))
19+
- fix: ensure to mark StartInteractiveLoginOptions as optional [\#2272](https://github.com/auth0/nextjs-auth0/pull/2272) ([frederikprijck](https://github.com/frederikprijck))
20+
321
## [v4.9.0](https://github.com/auth0/nextjs-auth0/tree/v4.9.0) (2025-08-01)
422
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.8.0...v4.9.0)
523

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/highlight.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
--dark-hl-1: #D4D4D4;
66
--light-hl-2: #A31515;
77
--dark-hl-2: #CE9178;
8-
--light-hl-3: #0070C1;
9-
--dark-hl-3: #4FC1FF;
10-
--light-hl-4: #0000FF;
11-
--dark-hl-4: #569CD6;
12-
--light-hl-5: #098658;
13-
--dark-hl-5: #B5CEA8;
14-
--light-hl-6: #AF00DB;
15-
--dark-hl-6: #C586C0;
16-
--light-hl-7: #001080;
17-
--dark-hl-7: #9CDCFE;
8+
--light-hl-3: #0000FF;
9+
--dark-hl-3: #569CD6;
10+
--light-hl-4: #098658;
11+
--dark-hl-4: #B5CEA8;
12+
--light-hl-5: #AF00DB;
13+
--dark-hl-5: #C586C0;
14+
--light-hl-6: #001080;
15+
--dark-hl-6: #9CDCFE;
16+
--light-hl-7: #0070C1;
17+
--dark-hl-7: #4FC1FF;
1818
--light-hl-8: #008000;
1919
--dark-hl-8: #6A9955;
2020
--light-hl-9: #267F99;

docs/assets/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/style.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -504,15 +504,8 @@
504504
body {
505505
background: var(--color-background);
506506
font-family:
507-
-apple-system,
508-
BlinkMacSystemFont,
509-
"Segoe UI",
510-
"Noto Sans",
511-
Helvetica,
512-
Arial,
513-
sans-serif,
514-
"Apple Color Emoji",
515-
"Segoe UI Emoji";
507+
-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
508+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
516509
font-size: 16px;
517510
color: var(--color-text);
518511
margin: 0;

docs/classes/errors.AccessTokenError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)