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

Prevent loading overlay from showing when using Sign In With Apple #1779

Merged
merged 4 commits into from
Jan 15, 2020

Conversation

stevehobbsdev
Copy link
Contributor

@stevehobbsdev stevehobbsdev commented Jan 15, 2020

Changes

This PR adds the ability to prevent the "loading" overlay from being shown when a user clicks on a social connection to log in. Additionally, it uses this feature to prevent the overlay from being shown when the "Sign In With Apple" connection was used. This is to work around an issue where, if the user elects to sign in using their Apple account and the native "Sign In With Apple" UI is shown and the user cancels it, they would otherwise get stuck because of this overlay.

Testing

To test, add the "Sign In With Apple" social connection to your Auth0 app, invoke Lock, attempt to sign in on an iOS device and then cancel. The user should be able to continue on and select a different connection.

Additional unit test coverage has been added to cater for the new functionality, including implementing a missing test suite for core/actions.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language

Checklist

@stevehobbsdev stevehobbsdev added this to the vNext milestone Jan 15, 2020
@stevehobbsdev stevehobbsdev requested a review from a team January 15, 2020 13:44
@stevehobbsdev stevehobbsdev changed the title Fix/siwa overlay Prevent loading overlay from showing when using Sign In With Apple Jan 15, 2020
@stevehobbsdev stevehobbsdev merged commit a79d7b7 into master Jan 15, 2020
@stevehobbsdev stevehobbsdev deleted the fix/siwa-overlay branch January 15, 2020 17:49
jfromaniello pushed a commit to jfromaniello/auth0-lock that referenced this pull request Mar 5, 2020
…uth0#1779)

* Suppressed Lock overlay for Sign In With Apple connnection

* Added tests for container and core/actions
jfromaniello pushed a commit to jfromaniello/auth0-lock that referenced this pull request Jul 23, 2020
…uth0#1779)

* Suppressed Lock overlay for Sign In With Apple connnection

* Added tests for container and core/actions
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