You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -683,8 +683,8 @@ All endpoints automatically use the /v1 prefix when connecting to https://api.li
683
683
| POST | /v1/webhooks | Create webhook |
684
684
| GET | /v1/analytics | Get analytics |
685
685
686
-
## Vendored API normalize helper
687
-
Both bots vendor an identical `src/client/licensechainApiNormalize.js`module to keep Docker builds self-contained (no shared module path). If the normalization logic changes, update both files to be byte-identical.
686
+
## API normalize helper (`licensechainApiNormalize.js`)
687
+
Vendored at `src/client/licensechainApiNormalize.js`(optional `license_token` / `license_jwks_uri`) so Docker builds stay self-contained (no shared module path). A monorepo may keep an authoring copy under `Bots/shared/licensechain-api-normalize/` — **update all copies byte-identically** when the verify response shape changes; keep in sync with `api/src/contracts/bot-license-contracts.ts`. Versioning policy (Git-tracked): [LicenseChain/sdks — `docs/licensechain-api-normalize-VERSIONING.md`](https://github.com/LicenseChain/sdks/blob/main/docs/licensechain-api-normalize-VERSIONING.md).
688
688
689
689
**Note**: The SDK automatically prepends /v1 to all endpoints, so you only need to specify the path (e.g., /auth/login instead of /v1/auth/login).
0 commit comments