We are using react native package in our expo app and we have set mfaLevel to “none” in login parameters. Though we have not encounter this in multiple users but one of our testnet users was prompted with MFA screen and since then he was using that while login in testing environment.
Our concern is that why MFA screen was prompted even though it was not set from our side while calling login method.
Hope, if this is a bug then it is just within testnet enviornment. We want to make sure that our production users would never face MFA screen while login.
Yes, that user is not sure but once used same login for other web3auth (for ex - dashboard.web3auth.io) and had setup MFA there.
Does that mean, if user who has used same login creds but for other web app, would face MFA on our app (even if we have disabled it) ?
This depends on if your dapp uses the built-in login methods or uses custom verifiers.
If you use custom verifiers, your users and mfa levels are scoped to your app. If not, they’ll be global and shared with all default users of web3auth sdk