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

FR-14813 - SDK improvements #23

Merged
merged 6 commits into from
Jan 8, 2024
Merged

Conversation

frontegg-david
Copy link
Contributor

This pull request introduces several key updates and fixes to improve the authentication process and the overall user experience. The changes are as follows:

  1. Navigation to Login on Hosted Login Callback Failure: Implemented a feature where the user is automatically navigated to the login page if the callback from the hosted login fails. This ensures a smoother user experience by avoiding dead ends in the authentication process.

  2. Addition of Error Pages to Prevent Infinite Loops: Introduced error pages that are displayed when certain failures occur. This approach replaces the previous behavior where the user might get stuck in an infinite loop. The error pages provide clear information about the issue, improving transparency and user experience.

  3. Fix for Custom Social Login Redirection: Addressed an issue with the redirection process in custom social logins. The fix ensures that users are correctly redirected after authenticating with a social login provider, streamlining the login process.

  4. Option to Use Asset Links Instead of Custom URL Scheme: Added a new feature allowing the use of asset links instead of custom URL schemes. This enhancement bypasses the need for a continue button, thus simplifying the process and reducing user interaction steps.

  5. Intent Filters Fix: Resolved issues with the intent filters, ensuring they work as expected. This fix improves the app's ability to handle various intents and deep links correctly.

  6. README Update: The README file has been updated for clarity and to reflect the latest changes. This includes the addition of new instructions and the updating of existing information to assist developers and users in understanding and using the app effectively.

Overall, these changes aim to enhance the user experience, increase the reliability of the login process, and provide better information and guidance through the updated documentation.

@frontegg-david frontegg-david merged commit 962205d into master Jan 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants