@cesar-richard/git-connector-sdk 1.56.1 → 1.56.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,7 +60,7 @@ curl -X POST https://git-connector.example.com/admin/api-keys \
60
60
 
61
61
  ### Cookie auth (same-origin web UIs)
62
62
 
63
- When the server has `WEB_UI_COOKIE_AUTH=1` and you're calling from the same origin as the git-connector deployment (e.g. its own SPA), you can omit `token` entirely — the server accepts the `gck_session` httpOnly cookie set on first proxy-authenticated request:
63
+ When you're calling from the same origin as the git-connector deployment (e.g. its own SPA), you can omit `token` entirely — the server accepts the `gck_session` httpOnly cookie minted by the OIDC `/auth/callback` flow:
64
64
 
65
65
  ```ts
66
66
  const client = createGitConnectorClient({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cesar-richard/git-connector-sdk",
3
- "version": "1.56.1",
3
+ "version": "1.56.2",
4
4
  "description": "TypeScript SDK for the git-connector v1 API (work items + iterations aggregated from GitHub/GitLab). Version published on npm tracks server releases.",
5
5
  "license": "MIT",
6
6
  "repository": {