feat(auth): add bounded mobile PKCE engine#126
Merged
Conversation
tcballard
force-pushed
the
codex/ios-provider-model-inventory
branch
from
July 25, 2026 19:55
7a2068d to
2378f77
Compare
tcballard
force-pushed
the
codex/ios-account-auth-engine
branch
from
July 25, 2026 19:55
e6c3e19 to
be1b619
Compare
tcballard
force-pushed
the
codex/ios-provider-model-inventory
branch
from
July 25, 2026 20:27
2378f77 to
84a1508
Compare
tcballard
force-pushed
the
codex/ios-account-auth-engine
branch
from
July 25, 2026 20:27
be1b619 to
49dd7b9
Compare
tcballard
force-pushed
the
codex/ios-account-auth-engine
branch
from
July 25, 2026 20:36
49dd7b9 to
208a1d3
Compare
tcballard
changed the base branch from
codex/ios-provider-model-inventory
to
main
July 25, 2026 20:36
tcballard
marked this pull request as ready for review
July 25, 2026 20:36
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
Adds the provider-neutral authorization-code PKCE engine for native mobile account connections.
Scope
Product / Architecture Decisions
AppModelor view state.User-Facing Contract
No account button is enabled by this PR. It establishes the secure lifecycle used by later approved account adapters.
Verification
git diff --checkReview Path
designs/WF-DESIGN-0019-mobile-providers-accounts-and-credentials.mdios/WayfinderIOS/WayfinderIOS/AuthorizationCodePKCE.swiftios/WayfinderIOS/WayfinderIOSTests/AuthorizationCodePKCETests.swiftNotes For Reviewer
This is stacked on
codex/ios-provider-model-inventory. Review and merge PRs #123, #124, and #125 first.AI-assisted implementation; tests and repository state were verified locally.