feat(auth): add request-owned authentication and workspace access - #2
Merged
Conversation
mateoroldos
force-pushed
the
auth
branch
2 times, most recently
from
September 2, 2026 20:25
8b7f00d to
f5a1b2f
Compare
~ Exercise production request middleware through the scoped identity Fetch router. ~ Verify typed failures project to status-only responses without leaking internal details. ~ Keep provider-to-persistence behavior in isolated complete-application integration scenarios.
~ Avoid re-reading deployment-owned booleans through the Worker runtime Config bridge. ~ Derive the public origin, trusted origin, secure-cookie mode, and local CORS policy from the Alchemy stage. ~ Remove redundant AUTH_BASE_URL, WEB_ORIGIN, and AUTH_SECURE bindings.
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.
What changed
Architecture
Domain and core remain independent of HTTP, SQL, provider SDKs, and Cloudflare. The Worker is the only production composition root.
Validation
bun run checkDeployment verification
After the preview deploys, verify
/api/health, signup/session cookies,/api/me, workspace isolation, host-only cookie behavior across stages, and previewnoindexmetadata.