OAuth + PAT auth for MCP servers — token validation pipeline, scope matcher, PAT lifecycle, audit dispatch.
Command-line companion for mcp-authkit — init, mint-pat, verify-config, jwks-fetch, gen-secret.
In-memory TokenStore for mcp-authkit — PATs, refresh tokens, and family revocation. For development and tests.
Express adapter for mcp-authkit — mounts MCP, metadata, and PAT handlers as Express middleware.
Hono adapter for mcp-authkit — mounts MCP, metadata, and PAT handlers on a Hono app.
Config file loader and defineConfig() helper for mcp-authkit — typed identity function plus a bounded tsx-backed loader.
Postgres TokenStore for mcp-authkit — durable PATs, refresh tokens, and upstream-credential cache backed by node-postgres.
SQLite TokenStore for mcp-authkit — durable PATs, refresh tokens, and upstream-credential cache backed by better-sqlite3.
Redis cache decorator for mcp-authkit TokenStore — caches read-mostly paths over an underlying store; not a primary store.
AuthKit SDK
Authentication and session helpers for using WorkOS & AuthKit with Next.js
AuthKit React SDK
Authentication and session helpers for using WorkOS & AuthKit with React Router 7+
A WorkOS AuthKit component for Convex.
Framework-agnostic authentication library for WorkOS with pluggable storage adapters
The WorkOS library for TanStack React Start provides convenient helpers for authentication and session management using WorkOS & AuthKit with TanStack React Start.
Frontend bindings for IntegrationOS AuthKit
Authentication and session helpers for using WorkOS & AuthKit with Remix
Official WorkOS AuthKit SDK for SvelteKit
Frontend bindings for Pica AuthKit
Secure token generation for Pica AuthKit using Node.js
CLI to scaffold a full Express + MongoDB Auth Service
WorkOS Skills for AI coding agents — AuthKit, SSO, Directory Sync, RBAC, and more
Model Context Protocol implementation for TypeScript