Releases: auth0/nextjs-auth0
Releases · auth0/nextjs-auth0
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
v4.16.2
v4.16.1
v4.16.0
Added
- feat: added tokenRefreshBuffer for early access‑token refreshes #2508 (nandan-bhat)
- feat: support allow list for dynamic APP_BASE_URL configuration #2538 (frederikprijck)
- feat: Add dynamic app base URL handling #2528 (nandan-bhat)
Fixed
- fix: do not strip falsey values from authorization params #2526 (frederikprijck)
v4.15.0
v4.15.0
Added
- feat: MFA APIs #2502 (tusharpandey13)
- feat: Base MFA support #2480 (tusharpandey13)
- Add TTL to /auth/access-token and optional full client response #2505 (nandan-bhat)
v4.14.1
Fixed
- fix: do not throw ERR_JWE_DECRYPTION_FAILED, but catch it and ignore the cookie. #2487 (frederikprijck)
- fix: avoid headers.append error when using getAccessToken with refresh in Next.js 16 proxy #2495 (nandan-bhat)
- fix: removed un-intended class/type exports from the SDK #2475 (nandan-bhat)