Skip to content

feat: add Scalekit identity SDK docs (Node.js + Python)#198

Open
saif-at-scalekit wants to merge 2 commits intoandrewyng:mainfrom
saif-at-scalekit:add-scalekit
Open

feat: add Scalekit identity SDK docs (Node.js + Python)#198
saif-at-scalekit wants to merge 2 commits intoandrewyng:mainfrom
saif-at-scalekit:add-scalekit

Conversation

@saif-at-scalekit
Copy link
Copy Markdown

Summary

Adds documentation for Scalekit — the auth stack for B2B and AI apps, covering enterprise SSO (SAML/OIDC), SCIM directory sync, and agent OAuth 2.1.

  • content/scalekit/docs/identity/javascript/DOC.md: install, client init, SSO flow (SP-initiated + IdP-initiated), token validation, organizations, connections, domains, webhooks, error handling, complete Express example
  • content/scalekit/docs/identity/python/DOC.md: same coverage with Python idioms, complete FastAPI example

Every SDK operation includes the equivalent REST/curl call sourced from Scalekit's OpenAPI spec.

About Scalekit

Validation

$ chub build content/ --validate-only
Valid: 1554 docs, 7 skills, 2 warnings

(The 2 warnings are pre-existing in skills/ade/ and unrelated to this PR.)

Adds curated coding guidelines for both the Scalekit Node.js SDK
(@scalekit-sdk/node v2.5.0) and Python SDK (scalekit-sdk-python v2.7.0).

Each doc covers: Golden Rule, env vars, SDK init, SSO authorization
flow (SP-initiated + IdP-initiated), organization management, connection
management, domain management, webhook verification, error handling,
and a complete Express/FastAPI end-to-end example. Every operation
includes both an SDK code sample and the equivalent REST/curl call.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant