# Clerk Changelog — Page 6

# Require multi-factor authentication (MFA) on mobile
URL: https://clerk.com/changelog/2026-02-23-force-mfa-mobile.md
Date: 2026-02-23
Category: Security
Description: Enforce multi-factor authentication for all users in your iOS and Android applications.

You can now require multi-factor authentication (MFA) across your iOS and Android authentication flows with a single toggle.

This applies to both new users during sign-up and existing users when they sign in, ensuring MFA is completed before access is granted.

## What's new

Requiring multi-factor authentication (MFA) now works end-to-end in prebuilt authentication flows for iOS and Android.

If a session is created in a pending state with a `setup-mfa` task, the SDK automatically routes users to the dedicated MFA setup flow instead of completing sign-in. Users can set up one of your enabled MFA methods, including Authenticator app (TOTP) and SMS verification code.

## Getting started

To require MFA in your mobile application:

1. Navigate to [Multi-factor](https://dashboard.clerk.com/~/user-authentication/multi-factor) in the Clerk Dashboard.
2. Enable one or more MFA strategies (Authenticator app or SMS verification code).
3. Turn on **Require multi-factor authentication**.

Once enabled, new users are prompted to set up MFA during sign-up, and existing users without MFA are prompted the next time they sign in.

To learn more, visit the [setup MFA guide](https://clerk.com/docs/guides/configure/auth-strategies/sign-up-sign-in-options#multi-factor-authentication).

---

# Test enterprise connections with shareable links
URL: https://clerk.com/changelog/2026-02-23-test-enterprise-connections.md
Date: 2026-02-23
Category: Dashboard
Description: Generate a test URL for enterprise connections to validate SSO configuration, with logs and test results visible in the Dashboard.

## What's new

- **Shareable test URLs** — From any enterprise connection (SAML or OIDC) in the Dashboard, use **Copy Test URL** to generate a one-time link. Share it with your customer or IT team so they can run a sign-in attempt against your connection.

- **Test logs** — Results of each test URL run (success or failure and details), so you can get more information for troubleshooting.

## Getting started

In the [Clerk Dashboard](https://dashboard.clerk.com), go to **User authentication** → **SSO connections**, open an enterprise connection, and complete the connection setup. Then use **Copy Test URL** to create and copy a test link. Share it with your customer to run a test sign-in; the attempt will appear under **Test logs**.

---

# Clerk Convex integration for Swift and Kotlin
URL: https://clerk.com/changelog/2026-02-20-clerk-convex-mobile-integrations.md
Date: 2026-02-20
Category: Integrations
Description: Clerk now provides a native integration with Convex for Swift and Kotlin mobile apps.

These libraries connect Clerk authentication with Convex clients, keeping auth state in sync without requiring custom token handling.

For integration and configuration details, refer to the following repositories:

- [clerk-convex-swift](https://github.com/clerk/clerk-convex-swift)
- [clerk-convex-kotlin](https://github.com/clerk/clerk-convex-kotlin)

Each repository includes example apps and setup instructions.

---

# Require multi-factor authentication (MFA)
URL: https://clerk.com/changelog/2026-02-20-require-mfa.md
Date: 2026-02-20
Category: Security
Description: Enforce multi-factor authentication for all users in your application

Securing your user base even more just got a lot easier. You can now require multi-factor authentication (MFA) across your entire application with a single toggle.

This ensures that every user, whether they are signing up for the first time or returning to an existing account, adds a critical layer of protection before they can access your application.

## What's new

The require multi-factor authentication (MFA) setting eliminates the "opt-in" gap. Previously, users had to manually choose to secure their accounts. Now you can make it a requirement for entry.

If a user signs-in or signs-up without multi-factor authentication (MFA) enabled, they’ll be guided through the setup flow before proceeding.

This works seamlessly with Clerk’s prebuilt components. Users can choose from the available application MFA methods, including Authenticator application (TOTP) and SMS verification code.

## Getting started

To require multi-factor authentication (MFA) across your application:

1. Ensure your Clerk SDKs meet the minimum required versions. Refer to the [setup-mfa session task guide](https://clerk.com/docs/reference/components/authentication/task-setup-mfa) for version requirements.
2. Navigate to [Multi-factor](https://dashboard.clerk.com/~/user-authentication/multi-factor) in the Clerk Dashboard
3. Enable one or more MFA strategies (Authenticator application or SMS verification code).
4. Turn on **Require multi-factor authentication**

Once enabled, new users will be prompted to set up MFA during sign-up, and existing users without MFA will be prompted the next time they sign-in.

To learn more, visit the [setup MFA guide](https://clerk.com/docs/guides/configure/auth-strategies/sign-up-sign-in-options#multi-factor-authentication).

---

# Improved visibility into Stripe account status
URL: https://clerk.com/changelog/2026-02-11-account-detection.md
Date: 2026-02-11
Category: Billing
Description: Stay ahead of payment disruptions with our new Stripe account status warnings in Dashboard.

- **Proactive alerts are now available.** A warning icon and banner appear when Stripe reports outstanding account requirements.

- **Issues can be resolved directly from the Dashboard.** Clicking the warning banner opens Stripe so you can complete required items.

- **Warnings are visible in key billing areas.** They appear in the **Billing** tab and in **Billing settings** under the **Configure** section.

![Warning banner shown in Billing tab](./warning-banner.png)
![Warning icon indicator](./warning-icon.png)

- **Early resolution helps prevent payment interruptions** for Clerk Billing.

---

# Share Dashboard Analytics
URL: https://clerk.com/changelog/2026-02-11-export-dashboard-analytics.md
Date: 2026-02-11
Category: Dashboard
Description: Export and share your Clerk Dashboard analytics charts as high-quality images

Communicating your growth is crucial for building confidence in your product.

That's why we've added export capabilities to every chart in the Clerk dashboard, making it easier than ever to share insights with your team, stakeholders, or potential customers.

- Export any chart from your dashboard as a high-quality PNG image
- Copy charts directly to your clipboard for quick sharing
- Export any chart type: line charts, bar charts, and more

You can also customize the way your charts look when exported:

1. Set the desired date range and interval in your Clerk dashboard, including whether to show the incomplete period or not
2. Click the share button on any report to view a preview of the export
3. Toggle the y-axis display, show or hide growth rate total, include or exclude churned user data and more
4. All exports maintain your dashboard's light or dark mode theme and application branding