fix(auth): open the iOS login page without the system sign-in alert - #551
Open
sol-wizard wants to merge 1 commit into
Open
sol-wizard wants to merge 1 commit into
sol-wizard wants to merge 1 commit into
Conversation
iOS showed '"BlotzTask" Wants to Use "auth0.com" to Sign In' before the login page and again on logout. Most cancelled logins happen within seconds of that alert. - authorize() now uses ephemeralSession, so no alert on login - logout skips clearSession() on iOS: an ephemeral login leaves no shared Safari cookie to clear, and the call only produced the same alert - the login buttons are locked while authorize() is in flight, which stops double taps from throwing TRANSACTION_ACTIVE_ALREADY Trade-off: the login page no longer shares Safari cookies, so a Google user retypes their Google credentials on first login. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
Test Results126 tests 126 ✅ 11s ⏱️ Results for commit 5402266. |
Contributor
|
imlililili
self-requested a review
September 18, 2026 10:34
imlililili
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
"BlotzTask" Wants to Use "auth0.com" to Sign In, before the login page and again on logout. In the last 30 days 700 people tapped login and 438 finished. Most cancels happen within 15 seconds.authorize()now passesephemeralSession: true, which removes the alert. iOS only.clearSession()on iOS. An ephemeral login leaves no shared Safari cookie, and the call only produced the same alert.authorize()runs, so a double tap no longer throwsTRANSACTION_ACTIVE_ALREADY.Release note
Status:
🤖 Generated with Claude Code