Webauthn support?

Does Web3Auth support Webauthn as a provider? Torus/OpenLogin seems to support it but from https://github.com/Web3Auth/Web3Auth/blob/master/packages/ui/src/config.ts it looks like it's not supported in Web3Auth. If not, are there any suggestions on how to support it?

Although https://docs.tor.us/deprecated/customauth/api-reference/usage#gettoruskey docs is under the deprecated section...



Originally posted by: tantommy

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/487

Yes, Web3Auth does support webauthn as an adapter, but it can be used only along with openloginAdapter.

Check out https://web3auth.io/docs/sdk/web/openlogin#loginsettings



Originally posted by: shahbaz17