When setting the mfa level to none in "@web3auth/no-modal"

Please provide the following details too when asking for help in this category:

  • SDK Version:
  • Verifier Details:
    • Verifier Name:
    • JWKS Endpoint:
    • Sample idToken(JWT)

I will set the mfa level to none in “@web3auth/no-modal” and use it. At this time, is the authentication process similar to using the single factor auth function?

Hi @bjkim

If you specify mfaLevel as none in @web3auth/no-modal, your users will only get two shares: a social share and a device share. However, if you enable multi-factor authentication (MFA) in the no-modal or modal SDKs, your users will receive these two shares plus an additional backup share. Please note that with SFA, you will only receive the social share.

1 Like