Releases: auth0/nextjs-auth0
Releases · auth0/nextjs-auth0
Release list
v4.24.0
v4.23.1
v4.23.0
BREAKING CHANGES
Added
- feat(mTLS): example #2695 (Piyush-85)
- feat(mTLS): add mTLS flow tests #2648 (Piyush-85)
- feat(mTLS): add mTLS support to Auth0Client public API #2647 (Piyush-85)
- feat(mTLS): Add Mutual TLS (mTLS) authentication to AuthClient #2646 (Piyush-85)
- feat(mTLS): add MtlsError and MtlsErrorCode #2645 (Piyush-85)
- feat: cte delegation #2690 (Piyush-85)
- feat: add predicate function parameter to allow selectively rolling s… #2622 (PSoltes)
Fixed
v4.22.0
v4.21.0
Added
- feat: allow-list auth0-client header for forwarding #2668 (tusharpandey13)
- feat(passwordless): passwordless example #2634 (Piyush-85)
- feat(passwordless): add client-side passwordless module #2633 (Piyush-85)
- feat(passwordless): Add Next.js route handlers for passwordless flows #2608 (Piyush-85)
- feat(passwordless): add passwordlessStart and passwordlessVerify to AuthClient #2607 (Piyush-85)
- feat(passwordless): add error classes and types for passwordless authentication #2606 (Piyush-85)
- feat(passwordless): add connection, screen_hint, login_hint to AuthorizationParameters #2605 (Piyush-85)
Fixed
v4.20.0
Added
Fixed
- fix: stale session reuse on proxy DPoP nonce retry #2582 (nandan-bhat)
- fix: move NextResponse-dependent buildEnrollOptions to server-only module #2643 (sleitor)
- fix: delete v3 appSession cookie on logout #2552 (gmurphey)
- fix: respect allowInsecureRequests option in AuthClientProvider domain validation #2630 (sleitor)
v4.19.0
v4.19.0 (2026-04-22)
Added
- feat: add mfa.stepUpWithPopup() for reactive MFA step-up via Universal Login #2524 (tusharpandey13)
Fixed
- fix: MFA http contract parity fixes #2555 (tusharpandey13)
- fix: skip MCD session backfill in static mode #2618 (tusharpandey13)
v4.18.0
v4.17.1
v4.17.0
Release v4.17.0 (minor release)
Added
- feat: MCD (Multiple Custom Domains) Support #2545 (tusharpandey13)
Fixed