Implement Login and Registration Wizards like Element Android #5896
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
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:
AuthenticationService
withgetLoginFlow
,getLoginFlowOfSession
(for soft-logout),getLoginWizard
andgetRegistrationWizard
.LoginViewModel
that is shared across all screens. This runs variousLoginAction
s depending on which steps in the flow is requested.The text was updated successfully, but these errors were encountered: