v1.4.3
Two Factor Authentication is here!
After setting it up in your auth.tsx, just pass the twoFactor prop to the AuthUIProvider to enable it in the UI:
<AuthUIProvider twoFactor={["otp", "totp"]}>
It will default to the method that is first in the array. You can use either OTP, TOTP, or both.