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

Implement Login and Registration Wizards like Element Android #5896

Closed
Tracked by #5151
pixlwave opened this issue Mar 22, 2022 · 0 comments · Fixed by #6183
Closed
Tracked by #5151

Implement Login and Registration Wizards like Element Android #5896

pixlwave opened this issue Mar 22, 2022 · 0 comments · Fixed by #6183
Assignees
Labels
A-Authentication T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-FTUE Issue is relevant to the first time use project or experience

Comments

@pixlwave
Copy link
Member

pixlwave commented Mar 22, 2022

As part of the middle section for #5151, we would like to have matching business logic to EA, as the Wizards and ViewModels are well tested and have proved to be flexible. The format on Android is as follows:

  • The SDK has an AuthenticationService with getLoginFlow, getLoginFlowOfSession (for soft-logout), getLoginWizard and getRegistrationWizard.
  • The app has a single LoginViewModel that is shared across all screens. This runs various LoginActions depending on which steps in the flow is requested.
@pixlwave pixlwave added T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements A-Authentication labels Mar 22, 2022
@pixlwave pixlwave self-assigned this Mar 22, 2022
@pixlwave pixlwave added the Z-FTUE Issue is relevant to the first time use project or experience label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Authentication T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Z-FTUE Issue is relevant to the first time use project or experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant