You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
It reduces the risk of password theft and phishing attacks, as there is no password to be stolen or guessed.
It simplifies the user experience, as the user does not need to remember or type a password.
it has been supported by many auth backend services like supabase,supertokens,kratos
The text was updated successfully, but these errors were encountered:
@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.
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:
The text was updated successfully, but these errors were encountered: