Passwordless Embedded WebAuth login in React-Native using react-native-auth0

Please include the following information in your post:

  • Which SDK this is regarding:
    react-native-auth0
  • SDK Version:
    ^2.13.2
  • Platform Version:
    React-Native 0.68.2
  • Code Snippets/Error Messages/Supporting Details/Screenshots:

Is there any way to create embedded passwordless email login using mentioned sdk and its webAuth implementation? Or do I have to use.auth implementation and cannot use webAuth which is basically an embedded option? We want to achieve SSO in our mobile apps, but when I am trying to use webAuth with only a passwordless email connection enabled sdk throws me an error “[invalid_request: no connections enabled for the client]” and when I add a connection: “email” to the authorize params I get the embedded login but it requires me to provided email and password. Is there any way I can achieve passwordless login with email code through webAuth and embedded login?