feat(CASH): Implement Sign In - #7718
Open
i1skn wants to merge 1 commit into
Open
Conversation
i1skn
force-pushed
the
ivan/cash-sign-in
branch
from
August 7, 2026 10:29
ac2cf50 to
6f8702d
Compare
i1skn
force-pushed
the
ivan/cash-sign-in
branch
from
August 7, 2026 12:45
6f8702d to
e305f60
Compare
i1skn
marked this pull request as ready for review
August 7, 2026 12:58
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.
Fixed: APP-3956
Why?
A Cash account only existed on the device that created it. Anyone who reinstalled the app, cleared app data, or picked up a second device had no way back into their account — the Sign In entry point on the deposit intro panel was inert, and the only alternative, Set Up Account, dead-ends on the phone number already being registered.
This closes that hole so an existing account holder can get back to depositing on any device: they enter the phone number attached to the account, approve with their passkey, and land on Add Cash with their linked card already restored.
Approach
Sign-in on a fresh device can't identify the account the usual way, because the user id is exactly what the device is missing. The login ceremony now accepts either identifier — the stored account id, or the phone number — so both entry points share one flow, and the account id recorded by the device comes back from the verified login rather than from local state.
Visuals
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-08-07.at.11.27.19.mov
Testing
Requires an existing Cash account with a passkey. To simulate a fresh device, use Developer Settings → Cash Settings → "Clear cash account" — the deposit intro panel reappears with Sign In available.