Skip to content

Commit eb45d4e

Browse files
Release v4.14.0 (#2471)
1 parent 19e253d commit eb45d4e

File tree

100 files changed

+408
-288
lines changed

Some content is hidden

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

100 files changed

+408
-288
lines changed

.version

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

CHANGELOG.md

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

3+
## [v4.14.0](https://github.com/auth0/nextjs-auth0/tree/v4.14.0) (2025-12-15)
4+
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.13.3...v4.14.0)
5+
6+
**Added**
7+
- feat: Custom Token Exchange [\#2453](https://github.com/auth0/nextjs-auth0/pull/2453) ([tusharpandey13](https://github.com/tusharpandey13))
8+
39
## [v4.13.3](https://github.com/auth0/nextjs-auth0/tree/v4.13.3) (2025-12-12)
410
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.13.2...v4.13.3)
511

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/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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,9 +1595,9 @@
15951595
.container-main {
15961596
grid-template-columns:
15971597
minmax(0, 1fr) minmax(0, 2.5fr) minmax(
1598-
0,
1599-
20rem
1600-
);
1598+
0,
1599+
20rem
1600+
);
16011601
grid-template-areas: "sidebar content toc";
16021602
}
16031603

docs/classes/errors.AccessTokenError.html

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

docs/classes/errors.AccessTokenForConnectionError.html

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

docs/classes/errors.AuthorizationCodeGrantError.html

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

0 commit comments

Comments
 (0)