Skip to content

Commit 76e635d

Browse files
authored
Release v4.11.0 (#2369)
1 parent b1884b5 commit 76e635d

File tree

95 files changed

+552
-254
lines changed

Some content is hidden

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

95 files changed

+552
-254
lines changed

.version

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

CHANGELOG.md

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

3+
## [v4.11.0](https://github.com/auth0/nextjs-auth0/tree/v4.11.0) (2025-10-18)
4+
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.10.0...v4.11.0)
5+
6+
**Added**
7+
- feat: Add DPoP (Demonstrating Proof-of-Possession) [\#2357](https://github.com/auth0/nextjs-auth0/pull/2357) ([tusharpandey13](https://github.com/tusharpandey13))
8+
- feat: add support for connected accounts [\#2344](https://github.com/auth0/nextjs-auth0/pull/2344) ([guabu](https://github.com/guabu))
9+
- Add support for access tokens with difference audiences (MRRT) [\#2333](https://github.com/auth0/nextjs-auth0/pull/2333) ([frederikprijck](https://github.com/frederikprijck))
10+
11+
**Fixed**
12+
- fix: ensure Connected Accounts use fetcher to properly use DPoP [\#2366](https://github.com/auth0/nextjs-auth0/pull/2366) ([frederikprijck](https://github.com/frederikprijck))
13+
- fix: ensure fetcher honors token_type [\#2365](https://github.com/auth0/nextjs-auth0/pull/2365) ([frederikprijck](https://github.com/frederikprijck))
14+
- fix: address typos in comments and examples [\#2347](https://github.com/auth0/nextjs-auth0/pull/2347) ([frederikprijck](https://github.com/frederikprijck))
15+
316
## [v4.10.0](https://github.com/auth0/nextjs-auth0/tree/v4.10.0) (2025-09-16)
417
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.9.0...v4.10.0)
518

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/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)