From a027492dfffbe9a18ccdce330142a282b0ebdfb4 Mon Sep 17 00:00:00 2001 From: DIodide Date: Sat, 22 Aug 2026 15:13:45 -0400 Subject: [PATCH] Set the Google Calendar OAuth client id The matching client secret is a Worker secret; Google validated the client + redirect URI pairing against the authorize endpoint. Claude-Session: https://claude.ai/code/session_01MKLJUWk6biNAKXupHTTWn5 --- app/wrangler.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wrangler.jsonc b/app/wrangler.jsonc index 43d874a..f120a3d 100644 --- a/app/wrangler.jsonc +++ b/app/wrangler.jsonc @@ -25,7 +25,7 @@ "OIT_AD_BASE": "https://api.princeton.edu/active-directory/1.0.6", "APP_ORIGIN": "https://pi.tigerapps.org", // Public OAuth client id from the Google Cloud project; the secret is a Worker secret. - "GOOGLE_OAUTH_CLIENT_ID": "" + "GOOGLE_OAUTH_CLIENT_ID": "548956142814-upcmsgqr9pbafnlsorhimvje1negt5lm.apps.googleusercontent.com" }, "observability": { "enabled": true }