auth0 / auth0-flutter

Auth0 SDK for Flutter
https://pub.dev/documentation/auth0_flutter/latest/
Apache License 2.0
59 stars 40 forks source link

Passwordless signup/authentication #231

Open vyacheslavk opened 1 year ago

vyacheslavk commented 1 year ago

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 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

Widcket commented 1 year ago

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.

IKRAMULHAQ786 commented 9 months ago

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.

lasharela commented 6 months ago

@Widcket and why this has low priority?