Skip to content

Release v4.28.0 - #2825

Merged
Piyush-85 merged 1 commit into
mainfrom
release/v4.28.0
Aug 28, 2026
Merged

Release v4.28.0#2825
Piyush-85 merged 1 commit into
mainfrom
release/v4.28.0

Conversation

@Piyush-85

@Piyush-85 Piyush-85 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Added

  • feat: add connected-accounts disconnect and listing with orphan cookie cleanup #2784 (Piyush-85)

Security

  • fix: bump next.js to patched versions (15.5.24, 16.3.3) addressing cr… #2824 (Piyush-85)

Summary by CodeRabbit

  • New Features
    • Added support for listing and disconnecting connected accounts, including cleanup of orphaned cookies.
    • Added related connected-account types and error information.
    • Added an optional login hint for connection token flows.
  • Security
    • Updated Next.js to patched versions to address security vulnerabilities.
  • Documentation
    • Updated API documentation and changelog for version 4.28.0.

@Piyush-85
Piyush-85 requested a review from a team as a code owner August 28, 2026 11:08
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Note

Reviews paused

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 4ebb5470-e945-4d7a-907e-54b2d0915b91

📥 Commits

Reviewing files that changed from the base of the PR and between f838be2 and f4aa5c8.

📒 Files selected for processing (208)
  • .version
  • CHANGELOG.md
  • docs/assets/hierarchy.js
  • docs/assets/navigation.js
  • docs/assets/search.js
  • docs/classes/errors.AccessTokenError.html
  • docs/classes/errors.AccessTokenForConnectionError.html
  • docs/classes/errors.AuthorizationCodeGrantError.html
  • docs/classes/errors.AuthorizationCodeGrantRequestError.html
  • docs/classes/errors.AuthorizationError.html
  • docs/classes/errors.BackchannelAuthenticationError.html
  • docs/classes/errors.BackchannelAuthenticationNotSupportedError.html
  • docs/classes/errors.BackchannelLogoutError.html
  • docs/classes/errors.ConnectAccountError.html
  • docs/classes/errors.ConnectedAccountsError.html
  • docs/classes/errors.DPoPError.html
  • docs/classes/errors.DiscoveryError.html
  • docs/classes/errors.ExecutionContextError.html
  • docs/classes/errors.InvalidConfigurationError.html
  • docs/classes/errors.InvalidRequestError.html
  • docs/classes/errors.InvalidStateError.html
  • docs/classes/errors.MfaChallengeError.html
  • docs/classes/errors.MfaEnrollmentError.html
  • docs/classes/errors.MfaGetAuthenticatorsError.html
  • docs/classes/errors.MfaNoAvailableFactorsError.html
  • docs/classes/errors.MfaVerifyError.html
  • docs/classes/errors.MissingStateError.html
  • docs/classes/errors.MtlsError.html
  • docs/classes/errors.MyAccountApiError.html
  • docs/classes/errors.OAuth2Error.html
  • docs/classes/errors.PasskeyChallengeError.html
  • docs/classes/errors.PasskeyEnrollmentChallengeError.html
  • docs/classes/errors.PasskeyEnrollmentVerifyError.html
  • docs/classes/errors.PasskeyGetTokenError.html
  • docs/classes/errors.PasskeyRegisterError.html
  • docs/classes/errors.PasswordlessDbChallengeError.html
  • docs/classes/errors.PasswordlessDbGetTokenError.html
  • docs/classes/errors.PasswordlessStartError.html
  • docs/classes/errors.PasswordlessVerifyError.html
  • docs/classes/errors.PopupBlockedError.html
  • docs/classes/errors.PopupCancelledError.html
  • docs/classes/errors.PopupInProgressError.html
  • docs/classes/errors.PopupTimeoutError.html
  • docs/classes/errors.SdkError.html
  • docs/classes/errors.TokenRevocationError.html
  • docs/classes/server.AbstractSessionStore.html
  • docs/classes/server.Auth0Client.html
  • docs/classes/server.CustomTokenExchangeError.html
  • docs/classes/server.DomainResolutionError.html
  • docs/classes/server.DomainValidationError.html
  • docs/classes/server.IssuerValidationError.html
  • docs/classes/server.MfaRequiredError.html
  • docs/classes/server.MfaTokenExpiredError.html
  • docs/classes/server.MfaTokenInvalidError.html
  • docs/classes/server.SessionDomainMismatchError.html
  • docs/classes/server.TransactionStore.html
  • docs/enums/errors.AccessTokenErrorCode.html
  • docs/enums/errors.AccessTokenForConnectionErrorCode.html
  • docs/enums/errors.ConnectAccountErrorCodes.html
  • docs/enums/errors.ConnectedAccountsErrorCodes.html
  • docs/enums/errors.DPoPErrorCode.html
  • docs/enums/errors.MtlsErrorCode.html
  • docs/enums/errors.TokenRevocationErrorCode.html
  • docs/enums/server.CustomTokenExchangeErrorCode.html
  • docs/enums/types.RESPONSE_TYPES.html
  • docs/enums/types.SUBJECT_TOKEN_TYPES.html
  • docs/enums/types.TOKEN_TYPES.html
  • docs/functions/client.Auth0Provider.html
  • docs/functions/client.getAccessToken.html
  • docs/functions/client.serializeCredential.html
  • docs/functions/client.useUser.html
  • docs/functions/server.filterDefaultIdTokenClaims.html
  • docs/functions/server.generateDpopKeyPair.html
  • docs/functions/testing.generateSessionCookie.html
  • docs/hierarchy.html
  • docs/index.html
  • docs/interfaces/client.ChallengeWithPopupOptions.html
  • docs/interfaces/client.WithPageAuthRequiredOptions.html
  • docs/interfaces/errors.MfaApiErrorResponse.html
  • docs/interfaces/errors.PasskeyApiErrorResponse.html
  • docs/interfaces/errors.PasswordlessApiErrorResponse.html
  • docs/interfaces/server.MfaRequirements.html
  • docs/interfaces/types.AccessTokenForConnectionOptions.html
  • docs/interfaces/types.AccessTokenSet.html
  • docs/interfaces/types.ActClaim.html
  • docs/interfaces/types.Auth0ClientOptions.html
  • docs/interfaces/types.Authenticator.html
  • docs/interfaces/types.AuthenticatorApiResponse.html
  • docs/interfaces/types.AuthorizationDetails.html
  • docs/interfaces/types.AuthorizationParameters.html
  • docs/interfaces/types.BackchannelAuthenticationOptions.html
  • docs/interfaces/types.BackchannelAuthenticationResponse.html
  • docs/interfaces/types.ChallengeApiResponse.html
  • docs/interfaces/types.ChallengeResponse.html
  • docs/interfaces/types.ConnectAccountOptions.html
  • docs/interfaces/types.ConnectedAccount.html
  • docs/interfaces/types.ConnectionTokenSet.html
  • docs/interfaces/types.CookieOptions.html
  • docs/interfaces/types.CustomTokenExchangeOptions.html
  • docs/interfaces/types.CustomTokenExchangeResponse.html
  • docs/interfaces/types.DisconnectAccountOptions.html
  • docs/interfaces/types.DiscoveryCacheOptions.html
  • docs/interfaces/types.EnrollFactorTypeOobOptions.html
  • docs/interfaces/types.EnrollFactorTypeOtpOptions.html
  • docs/interfaces/types.EnrollOobOptions.html
  • docs/interfaces/types.EnrollOtpOptions.html
  • docs/interfaces/types.EnrollmentApiResponse.html
  • docs/interfaces/types.MCDMetadata.html
  • docs/interfaces/types.MfaClient.html
  • docs/interfaces/types.MfaContext.html
  • docs/interfaces/types.MfaVerifyResponse.html
  • docs/interfaces/types.PasskeyAuthResponse.html
  • docs/interfaces/types.PasskeyBrowserClient.html
  • docs/interfaces/types.PasskeyChallengeOptions.html
  • docs/interfaces/types.PasskeyChallengeResponse.html
  • docs/interfaces/types.PasskeyClient.html
  • docs/interfaces/types.PasskeyCreationOptionsJSON.html
  • docs/interfaces/types.PasskeyCredentialDescriptorJSON.html
  • docs/interfaces/types.PasskeyEnrollmentChallengeOptions.html
  • docs/interfaces/types.PasskeyEnrollmentChallengeResponse.html
  • docs/interfaces/types.PasskeyEnrollmentVerifyOptions.html
  • docs/interfaces/types.PasskeyEnrollmentVerifyResponse.html
  • docs/interfaces/types.PasskeyGetTokenOptions.html
  • docs/interfaces/types.PasskeyRegisterOptions.html
  • docs/interfaces/types.PasskeyRegisterResponse.html
  • docs/interfaces/types.PasskeyRequestOptionsJSON.html
  • docs/interfaces/types.PasswordlessClient.html
  • docs/interfaces/types.PasswordlessDbChallenge.html
  • docs/interfaces/types.PasswordlessDbChallengeEmailOptions.html
  • docs/interfaces/types.PasswordlessDbChallengePhoneOptions.html
  • docs/interfaces/types.PasswordlessDbGetTokenOptions.html
  • docs/interfaces/types.PasswordlessStartEmailOptions.html
  • docs/interfaces/types.PasswordlessStartSmsOptions.html
  • docs/interfaces/types.PasswordlessVerifyEmailOptions.html
  • docs/interfaces/types.PasswordlessVerifySmsOptions.html
  • docs/interfaces/types.PasswordlessVerifyTokenResponse.html
  • docs/interfaces/types.Routes.html
  • docs/interfaces/types.SessionConfiguration.html
  • docs/interfaces/types.SessionCookieOptions.html
  • docs/interfaces/types.SessionData.html
  • docs/interfaces/types.SessionDataStore.html
  • docs/interfaces/types.SessionStoreOptions.html
  • docs/interfaces/types.SessionTransferTokenOptions.html
  • docs/interfaces/types.SessionTransferTokenResult.html
  • docs/interfaces/types.StartInteractiveLoginOptions.html
  • docs/interfaces/types.TokenSet.html
  • docs/interfaces/types.TransactionCookieOptions.html
  • docs/interfaces/types.TransactionState.html
  • docs/interfaces/types.TransactionStoreOptions.html
  • docs/interfaces/types.User.html
  • docs/interfaces/types.VerifyMfaOptionsBase.html
  • docs/interfaces/types.VerifyMfaWithOobOptions.html
  • docs/interfaces/types.VerifyMfaWithOtpOptions.html
  • docs/interfaces/types.VerifyMfaWithRecoveryCodeOptions.html
  • docs/modules.html
  • docs/modules/client.html
  • docs/modules/errors.html
  • docs/modules/server.html
  • docs/modules/testing.html
  • docs/modules/types.html
  • docs/types/client.AccessTokenOptions.html
  • docs/types/client.AccessTokenResponse.html
  • docs/types/client.Auth0ProviderProps.html
  • docs/types/client.UseUserOptions.html
  • docs/types/client.WithPageAuthRequired.html
  • docs/types/server.AppRouterPageRoute.html
  • docs/types/server.AppRouterPageRouteOpts.html
  • docs/types/server.GetServerSidePropsResultWithSession.html
  • docs/types/server.PageRoute.html
  • docs/types/server.WithPageAuthRequired.html
  • docs/types/server.WithPageAuthRequiredAppRouter.html
  • docs/types/server.WithPageAuthRequiredAppRouterOptions.html
  • docs/types/server.WithPageAuthRequiredPageRouter.html
  • docs/types/server.WithPageAuthRequiredPageRouterOptions.html
  • docs/types/testing.GenerateSessionCookieConfig.html
  • docs/types/types.AuthCompleteMessage.html
  • docs/types/types.BeforeSessionRolledHook.html
  • docs/types/types.BeforeSessionSavedHook.html
  • docs/types/types.DomainResolver.html
  • docs/types/types.EnrollOptions.html
  • docs/types/types.EnrollmentResponse.html
  • docs/types/types.FactorType.html
  • docs/types/types.GetAccessTokenOptions.html
  • docs/types/types.LogoutStrategy.html
  • docs/types/types.LogoutToken.html
  • docs/types/types.OnCallbackContext.html
  • docs/types/types.OnCallbackHook.html
  • docs/types/types.PagesRouterRequest.html
  • docs/types/types.PagesRouterResponse.html
  • docs/types/types.PasswordlessDbDeliveryMethod.html
  • docs/types/types.PasswordlessStartOptions.html
  • docs/types/types.PasswordlessVerifyOptions.html
  • docs/types/types.ProxyOptions.html
  • docs/types/types.ReadonlyRequestCookies.html
  • docs/types/types.RoutesOptions.html
  • docs/types/types.VerifyMfaOptions.html
  • docs/variables/client.mfa.html
  • docs/variables/client.passkey.html
  • docs/variables/client.passwordless.html
  • docs/variables/client.withPageAuthRequired.html
  • docs/variables/server.DEFAULT_ID_TOKEN_CLAIMS.html
  • docs/variables/types.GRANT_TYPE_CUSTOM_TOKEN_EXCHANGE.html
  • docs/variables/types.GRANT_TYPE_MFA_OOB.html
  • docs/variables/types.GRANT_TYPE_MFA_OTP.html
  • docs/variables/types.GRANT_TYPE_MFA_RECOVERY_CODE.html
  • docs/variables/types.GRANT_TYPE_PASSKEY.html
  • docs/variables/types.GRANT_TYPE_PASSWORDLESS_OTP.html
  • package.json

Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review.


📝 Walkthrough

Walkthrough

The package version changed from v4.27.0 to v4.28.0. The changelog documents connected-account APIs and patched Next.js versions. Generated documentation and search assets were regenerated, including new connected-account types, errors, methods, and enum pages.

Changes

v4.28.0 Release

Layer / File(s) Summary
Release metadata
.version, package.json, CHANGELOG.md
The package version was bumped to v4.28.0. The changelog lists connected-account disconnect and listing support, orphan cookie cleanup, and patched Next.js versions.
Connected-account API documentation
docs/classes/server.Auth0Client.html, docs/interfaces/types.ConnectedAccount.html, docs/interfaces/types.DisconnectAccountOptions.html, docs/classes/errors.ConnectedAccountsError.html, docs/enums/errors.ConnectedAccountsErrorCodes.html
Generated documentation now includes disconnectAccount, getConnectedAccounts, the request-aware connectAccount overload, connected-account data and options interfaces, the connected-account error class, and its error codes.
Generated documentation refresh
docs/classes/*, docs/enums/*, docs/interfaces/*, docs/types/*, docs/functions/*, docs/variables/*, docs/modules/*, docs/index.html, docs/hierarchy.html, docs/assets/*
Generated pages now reference v4.28.0, updated source commits, refreshed reflection identifiers, updated hierarchy entries, and regenerated compressed navigation, search, and hierarchy payloads.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to f4aa5

The release changes documentation and version metadata only. One generated source link may point to the wrong revision, which could briefly misdirect readers, but it does not affect runtime behavior and is not merge-blocking.

Suggested reviewers: amitsingh05667

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies this pull request as the v4.28.0 release, which matches the version and changelog changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 3…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 3 files. (203 skipped: 203 unsupported.)

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v4.28.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.06%. Comparing base (f838be2) to head (f4aa5c8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2825   +/-   ##
=======================================
  Coverage   89.06%   89.06%           
=======================================
  Files          80       80           
  Lines       11978    11978           
  Branches     2501     2502    +1     
=======================================
  Hits        10668    10668           
  Misses       1265     1265           
  Partials       45       45           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Piyush-85

Copy link
Copy Markdown
Contributor Author

@coderabbitai ignore

@Piyush-85

Piyush-85 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

@coderabbitai pause

@Piyush-85
Piyush-85 merged commit 42a81f4 into main Aug 28, 2026
8 of 9 checks passed
@Piyush-85
Piyush-85 deleted the release/v4.28.0 branch August 28, 2026 11:17
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Reviews paused.

2 similar comments
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Reviews paused.

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Reviews paused.

Piyush-85 added a commit that referenced this pull request Aug 28, 2026
Piyush-85 added a commit that referenced this pull request Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants