You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My main goal is to obsolete this work, as with the introduction of the at_auth package, OnboardingService doesn't really have a good reason to exist. There's also a layer in at_client_mobile which is a wrapper around at_auth that also supports keychain.
The layer in at_onboarding_flutter which should exist is a service which adapts those layers in at_auth and at_client mobile to useful functions which directly map to the user flows for app onboarding, and provide useful progress updates (i.e. a progress stream) to the calling code rather than async results.
Which at_widget package you find issue with?
at_onboarding_flutter
On what platforms did you experience the issue?
Android, iOS, Windows, MacOS, Linux
What version are you using?
at_onboarding_flutter : 6.19
What happened?
OnboardingService.authenticate
method to clearly define its purpose and behavior.OnboardingService.authenticate
method forcramSecret
andjsonData
as they are mutual exclusive.OnboardingService.onboard
method, propagate the rootDomain from the AtClientPreferences to the rootDomain in the AtOnboardingRequest.The text was updated successfully, but these errors were encountered: