NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.48k stars 788 forks source link

Passwordless flow #479

Open nay-kang opened 6 months ago

nay-kang commented 6 months ago

hello.I would like to request a passwordless new feature. I try to do it with current flutter_login. but it seems can not be done without modify orginal code.

Passwordless authentication has many benefits, such as:

buzzware commented 3 months ago

See https://github.com/firebase/FirebaseUI-Flutter/blob/main/docs/firebase-ui-auth/providers/email-link.md

nay-kang commented 3 months ago

@buzzware Thank you for your response. However, my Flutter app is primarily used in countries where connecting to Firebase is not feasible. Although I’ve created a passwordless login UI, due to my limited experience with Flutter coding, contributing that code may not be the best decision.