From 2181b21eaa26b3f63bdaf7ee46c316fde718fa6a Mon Sep 17 00:00:00 2001 From: axiomlogicnexus Date: Mon, 29 Jun 2026 13:53:26 +0000 Subject: [PATCH] Align bundle examples with ORCID auth surface --- website/deploy/hypertwist.same-origin.bundle.example.json | 3 +++ .../deploy/hypertwist.same-origin.preview.bundle.example.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/website/deploy/hypertwist.same-origin.bundle.example.json b/website/deploy/hypertwist.same-origin.bundle.example.json index 0764257..f65236d 100644 --- a/website/deploy/hypertwist.same-origin.bundle.example.json +++ b/website/deploy/hypertwist.same-origin.bundle.example.json @@ -32,6 +32,9 @@ "superTokensCoreUri": "http://127.0.0.1:3567", "cookieSecure": true, "serveStaticWebsite": true, + "orcidClientId": "", + "orcidClientSecret": "", + "orcidIsSandbox": false, "paddleWebhookSecret": "replace-me-paddle-webhook-secret", "billingStatePath": "/var/lib/hypertwist/auth/hypertwist-billing-state.json", "paddleProductPlanMap": { diff --git a/website/deploy/hypertwist.same-origin.preview.bundle.example.json b/website/deploy/hypertwist.same-origin.preview.bundle.example.json index 9dcaf34..cd00909 100644 --- a/website/deploy/hypertwist.same-origin.preview.bundle.example.json +++ b/website/deploy/hypertwist.same-origin.preview.bundle.example.json @@ -32,6 +32,9 @@ "superTokensCoreUri": "http://127.0.0.1:3567", "cookieSecure": true, "serveStaticWebsite": true, + "orcidClientId": "", + "orcidClientSecret": "", + "orcidIsSandbox": false, "paddleWebhookSecret": "", "billingStatePath": "/var/lib/hypertwist/auth/hypertwist-billing-state.json", "paddleProductPlanMap": {},