Skip to content

Commit be28ff6

Browse files
committed
docs: genericize compliance fields and fix openapi version
- Replace prescottdata.io URLs with your-company.com placeholders - Fix OpenAPI version to 0.2.0 (lost in squash merge)
1 parent 6180c91 commit be28ff6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/PROVIDER_REGISTRATION_GUIDE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Before touching Nexus, you must create an "App" in the Provider's Developer Port
3737
* **Value:** `http://localhost:8080/auth/callback`
3838
3. **Compliance Fields:**
3939
* Most providers will strictly limit your app (making it "Development Mode" only) until you fill these out:
40-
* **App Name:** `Nexus`
41-
* **App Logo:** (Use Company Logo)
42-
* **Website URL:** `https://prescottdata.io/`
43-
* **Privacy Policy URL:** `https://support.prescottdata.io/privacy`
44-
* **Terms of Service URL:** `https://support.prescottdata.io/terms`
45-
* **Support Email:** `support@prescottdata.io`
40+
* **App Name:** `Your App Name`
41+
* **App Logo:** (Your company logo)
42+
* **Website URL:** `https://your-company.com/`
43+
* **Privacy Policy URL:** `https://your-company.com/privacy`
44+
* **Terms of Service URL:** `https://your-company.com/terms`
45+
* **Support Email:** `support@your-company.com`
4646
4. **Credentials:**
4747
* Locate the **Client ID** and **Client Secret**.
4848
* Copy them securely.

nexus-broker/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Nexus Broker API
4-
version: 0.1.0
4+
version: 0.2.0
55
description: |
66
Internal API for the Nexus Broker service.
77
This service handles OAuth 2.0 and OIDC flows, encrypts tokens, and manages provider configurations.

0 commit comments

Comments
 (0)