Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v2.0.2
New Features
(Android)
Hosted Login Callback Navigation: To streamline the authentication process, this update introduces an automatic redirection to the login page if the callback from the hosted login fails. This ensures a smoother authentication experience for users.Asset Link Usage Option: This new feature allows the use of asset links instead of custom URL schemes. This change simplifies the login process by eliminating the need for a continue button, thereby reducing the number of steps users need to take.
Fixes
(Android)
Custom Social Login Redirection: This update resolves an issue with the redirection process in custom social logins. Users will now be correctly redirected after authenticating, ensuring a seamless login experience.(Android)
Intent Filters: Problems with intent filters have been fixed, enhancing the app's capability to handle various intents and deep links accurately.(Android)
HTTP Check Prefix: Addresses a bug in the HTTP check prefix within the Android native SDK, ensuring correct handling of fronteggDomain parameter.Single/Multi-Region Types and Initialization: Fixes bugs related to single and multi-region types, as well as initialization issues, for more stable and reliable performance.
Enhancements
(Android)
Error Page Implementation: In place of infinite loops during failures, error pages have been introduced. These pages provide clear information to the users, significantly improving the user experience in case of errors.