- SDK Version(package.json): 8.5.0
- Platform: all
My question is: is it possible to use passwordless auth0 with the Modal SDK? Or should I use the no-modal SDK ? If so it should be clearly stated in the docs
Do we have an example snippet of this feature?
loginConfig: {
email_passwordless: {
verifier: "test-passwordless-demo",
typeOfLogin: "passwordless",
name: "email_passwordless",
jwtParameters: {
domain: "https://dev-81kuqgv7.us.auth0.com",
client_id: "IhD86cwtKjPioGpyEptOnKCvvfRhWQPx",
verifierIdField: "name",
isVerifierIdCaseSensitive: false,
},
clientId: WEBAUTH_API_KEY,
showOnModal: true,
showOnSocialBackupFactor: false,
},
}
- Browser Console Screenshots: