Skip to content
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

Disable Password Login Field #159

Open
syleishere opened this issue Apr 19, 2021 · 6 comments
Open

Disable Password Login Field #159

syleishere opened this issue Apr 19, 2021 · 6 comments
Labels
enhancement New feature or request

Comments

@syleishere
Copy link

I did my fastapi so that no passwords are needed anymore using oAuth2 tokens and sending link to their email address, any way to disable this password field?

@syleishere syleishere added the enhancement New feature or request label Apr 19, 2021
@surister
Copy link
Contributor

I don't believe there is currently a way to disable the password field as per FlutterLogin only allows for

bool hideForgotPasswordButton = false
bool hideSignUpButton = false

You could just skip the flutter_login part.

@juliansteenbakker
Copy link
Collaborator

I don't think there is any use for flutter_login if you don't need a password. I'm closing this for now. Please feel free to comment if you think this should be different.

@syleishere
Copy link
Author

You don't want to use passwords, or second you start into android tv programming, your gonna wish you didn't in first place from experience trying to support many devices and OS's at once

@juliansteenbakker
Copy link
Collaborator

You don't want to use passwords, or second you start into android tv programming, your gonna wish you didn't in first place from experience trying to support many devices and OS's at once

I can understand the use case for when a password just isn't user friendly to use, however i'm not quite sure if we should implement such a flow in this package

@surister
Copy link
Contributor

I guess that there could be situations where perhaps you want to login with just an ID or CODE thus needing only one field.
And you want to use FlutterLogin to use the fancy animations and not just a boring text field.

But there are probably other bigger issues / features that are more important or relevant to the current package usage.

@syleishere
Copy link
Author

syleishere commented Jun 28, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants