Improved

BILL widgets release 2025-06-25

Features

MFA widget improvements

The mfaSuccess event is emitted when the MFA setup or MFA challenge is submitted successfully. We have added rememberMeId and deviceId in the event payload.

{
  setup: boolean;
  required: boolean;
  rememberMe?: boolean;
  rememberMeId: string;
  deviceId: string;
}
FieldDescription
rememberMeIdMFA ID generated when the remembeMe is set as true for the user.
deviceIdMobile device name. This is a nickname for the mobile device used to receive the validation token to the registered phone number.

Note that rememberMeId is available in the payload only when MFA rememberMe is set as true for the user.