Skip to content
SpanForge / SDK Service / Build phase

sf_identity

Full-stack identity for AI systems. API keys, JWT, TOTP, magic links, SAML 2.0, SCIM 2.0, OIDC PKCE, and SSO session delegation — with brute-force lockout built in.

from spanforge import sf_identity
What it covers
  • API keys with sf_live_* prefix convention
  • JWT HS256 / RS256 issuance and verification
  • TOTP RFC 6238 second-factor and magic link flows
  • SAML 2.0 ACS and SCIM 2.0 User/Group CRUD
  • OIDC PKCE and SSO session delegation
  • Brute-force lockout with configurable thresholds
Get started

Install once. Import per service.

All SDK services ship inside a single package. Install spanforge once and import only what you need.