auth: add standalone hosted sign-in application and Pages delivery - #986
Merged
Merged
Conversation
AnthonyRonning
force-pushed
the
codex-auth-subdomain-integration
branch
from
September 21, 2026 16:17
0df6c75 to
7e8642f
Compare
AnthonyRonning
changed the base branch from
codex-auth-subdomain-sdk
to
master
September 21, 2026 16:18
Contributor
|
Maple development preview: https://11a0f0b4.maple-ca8.pages.dev Commit: Uses development API, billing, flags and PCR configuration. Cloudflare Access applies. |
This branch was successfully deployed
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.
Native V2 browser sign-in needs its own application and publication lifecycle before traffic can move to
auth.trymaple.ai. This addsapps/maple-authwith its own package, frozen lockfile, published SDK 4.1.1 pin, assets, configuration, tests, static build, and independent Pages publisher.Research is unchanged. The complete
apps/maple-researchtree and its existing CI environment helper match baseafd4987b. Research retains SDK 4.0.1, built-in web sign-in/signup, callbacks, Apple behavior, legacy bridge, browser sessions, and native entry URLs. The auth split requires no Research release. Research's later move toapp.trymaple.aiand native direct-entry configuration are separate changes.Application and publication boundaries
/startand the permanent/desktop-authalias, Google/GitHub callbacks, popup-only Apple, account confirmation, native grant mint/open, and completion/recovery pages. It waits for SDK bootstrap and selects callbacks on its own origin.Validation
nix flake check --no-update-lock-filepassed on aarch64-darwin.223da77b9b7dcc8ac610c5c1715539edc99876f4032a8c5590c6a4321daf4eec. Vite retains its bundle-size warning.Review and rollout
This remains an unmerged draft. Fable freshly reviewed standalone revision
f5739f5aand planning PR #61 ataed4c17, finding no merge blockers. All GitHub checks at that implementation head passed or were skipped. The documentation-only follow-up9fb68316adds both browser consumers to the SDK rollout, release preflight, and Auth publication PCR review. Check combined app-provided/pinned-SDK trust coverage when remote history is unavailable; no byte-parity test or coupled release is required. Runtime, configuration, and workflow code are unchanged from the reviewed head.Backend foundation #978 and SDK support #979/#987 are merged; TypeScript SDK 4.1.1 and Rust SDK 4.0.2 are published. Only the new Auth consumer adopts 4.1.1 here. Backend deployment, provider registration, exact Auth callback allowlist entries while preserving existing defaults, publisher prerequisites, dark publication, real-provider/native rehearsal, live headers/cache, recovery drills, and finally V2-only edge activation remain staged operations. No production configuration, deployment, redirect, merge, or release is performed by this PR update.