Skip to content

v1.4.3

Compare
Choose a tag to compare
@daveycodez daveycodez released this 17 Apr 06:58
· 89 commits to main since this release

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.