-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passwordless signup/authentication #231
Comments
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? |
Update: We're planning to support this as a part of the next major version that we're actively working on. The release is tentatively planned for mid Jan. |
@brth31 if there is a beta release can you please inform then we can test internally |
Our team is waiting for this feature too. If there is any beta we would like to test it too. |
Hi @koshsu @KevinIlPazzo I have implemented this functionlity using the API endpoints. And it is working very fine. if you need i could provide you the code as well. |
Any updates on the release? |
Checklist
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 acceptsemail|phoneNumber
together with type ofconnection
sms|email
to requestcode
from auth0 platformextend
AuthLoginOptions
to acceptcode
andphoneNumber
to login customer with paswordless authentication to authenticate with receivephone
andcode
, and makeusernameOrEmail
andpassword
optionalAlternatives 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
The text was updated successfully, but these errors were encountered: