Passwordless signup/authentication
Checklist
- [X] I have looked into the README and have not found a suitable solution or answer.
- [X] I have looked into the API documentation and have not found a suitable solution or answer.
- [X] I have searched the issues and have not found a suitable solution or answer.
- [X] I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- [X] I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
Flutter SDK don't describes and does not have auth0 passwordless signup/login functionality compared with native libraries
Describe the ideal solution
Need to add startPasswordless method auth0 flutter platform interface that accepts email|phoneNumber together with type of connection sms|email to request code from auth0 platform
extend AuthLoginOptions to accept code and phoneNumber to login customer with paswordless authentication to authenticate with receive phone and code, and make usernameOrEmail and password optional
Alternatives and current workarounds
No response
Additional context
I build app that uses SMS for customer signup and authentication and SDK don't describes or provides additional interface to support of passworless api compared with native SDKs
Hi @vyacheslavk, thanks for raising this.
We do not have plans in the near term to add this feature, but I'll keep this issue open for future planning and reference.
Hello @Widcket,
I was about to raise the same concern, but I see it's already opened. Could you please introduce options for passwordless login/signup? I'm actively working on a project, and at the moment, I'm essentially waiting for this feature to be added to the library.
@Widcket and why this has low priority?