Authentication: Support server provisioning links #6180
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
The new authentication service doesn't yet support server provisioning links like the current one does. There are 2 types that we currently support:
Ideally this should be simpler than the current set up as we can send them directly to the
AuthenticationService
and cut out the round trip made through the delegate/tabbar/coordinators etc. The service can then either pre-configure itself ready for display if we're still showing onboarding screens, otherwise using anAuthenticationServiceDelegate
delegate method to inform theAuthenticationCoordinator
to either update/prompt the user.Ideally this change of messaging can be adopted in the
LegacyAuthenticationCoordinator
too as the current configuration on that breaks the coordinator pattern somewhat.The text was updated successfully, but these errors were encountered: