Replies: 2 comments 19 replies
-
Yes, you can skip mfa if you want. Web3Auth's OpenloginAdapter accepts Currently following values are supported:-
You can read more about it here: https://web3auth.io/docs/sdk/web/core/usage#openloginloginparams |
Beta Was this translation helpful? Give feedback.
10 replies
-
For const openloginAdapter = new OpenloginAdapter({
loginSettings: {
mfaLevel: "none",
},
}); See https://web3auth.io/docs/sdk/web/openlogin#multi-factor-authentication |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't run a very critical application so I would like my users to skip MFA
Beta Was this translation helpful? Give feedback.
All reactions