feat: add Scalekit identity SDK docs (Node.js + Python)#198
Open
saif-at-scalekit wants to merge 2 commits intoandrewyng:mainfrom
Open
feat: add Scalekit identity SDK docs (Node.js + Python)#198saif-at-scalekit wants to merge 2 commits intoandrewyng:mainfrom
saif-at-scalekit wants to merge 2 commits intoandrewyng:mainfrom
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 examplecontent/scalekit/docs/identity/python/DOC.md: same coverage with Python idioms, complete FastAPI exampleEvery SDK operation includes the equivalent REST/curl call sourced from Scalekit's OpenAPI spec.
About Scalekit
Validation
(The 2 warnings are pre-existing in
skills/ade/and unrelated to this PR.)