flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

[FEATURE] Sseparate login / password recovery.

Open surister opened this issue 2 years ago • 1 comments

We currently reuse the LoginType for the login and password recovery, we neglect situations where we want to log in with an username and recover the account with an email, other variations apply.

How about we separate both functionalities into:

  • LoginType
  • RecoverType

This way we can have many login/recover setups.

I'm up to do this myself.

surister avatar Jul 16 '21 18:07 surister

I landed here after trying to find a way to directly allow my app users to reset password from within the profile page after successful login. Is there a way to do this yet?

billishe avatar Dec 30 '22 09:12 billishe