Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/reference/backend/user/disable-user-mfa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ sdk: js-backend

{/* clerk/javascript file: https://github.com/clerk/javascript/blob/main/packages/backend/src/api/endpoints/UserApi.ts#L206 */}

> [!WARNING]
> On November 14, 2025, Clerk introduced **Client Trust**. This free security protection automatically enforces MFA **the first time** a user logs in from a new device even if MFA is disabled. Learn more about Client Trust and our commitment to security by [visiting our changelog](https://clerk.com/changelog/2025-11-14-client-trust-credential-stuffing-killer).

Disable all of a user's MFA methods (e.g. OTP sent via SMS, TOTP on their authenticator app) at once.

```ts
Expand Down