Document Google OAuth setup for self-hosted deployments - #171
Merged
Conversation
The deploy guide asked for a Google OAuth client without saying how to create one, and nothing recorded that the consent screen is the only gate on who can sign in. Add that step to first-time deployment, covering the fixed callback path, Internal vs External, and why preview deployments cannot complete Google sign-in. Also record the JWT session design in architecture.md and add the missing ADMIN_EMAILS and CRON_SECRET rows to the getting-started env table. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Lead with what Data Hub does for a first-time reader rather than how it is built, and add dashboard, runs-table, and run-detail screenshots so the repo shows the product. Cover the supported instruments, the web app, REST API, and MCP surfaces, and `infra/`, none of which the README mentioned. Replace the quickstart that required `vercel env pull` with the zero-credential local path, since the old one failed at step three for anyone outside Arcadia. Stop calling the watcher an agent across the README, `watcher/README.md`, and the developer docs, now that the word reads as AI agent. Co-authored-by: Cursor <cursoragent@cursor.com>
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
/api/auth/callback/googlepath, and why preview deployments cannot complete Google sign-in.ADMIN_EMAILSpromotes admins, it does not admit members), and document JWT session design in architecture.md.ADMIN_EMAILSandCRON_SECRETrows in the getting-started env table, with cross-links from local development.Companion docs-site changes: https://github.com/Arcadia-Science/data-hub-docs/pull/16
Test plan
webauth code.env.example/ deploy docs