By scalekit-inc
Comprehensive authentication implementation guide for Scalekit. Supports full-stack auth, modular SSO (SAML/OIDC), and MCP OAuth 2.1. Works with Node.js, Express, Next.js, Python, FastAPI, FastMCP, and MCP servers.
Initialize a new Scalekit authentication project with environment setup
Validate Scalekit environment configuration and test connectivity
Show Scalekit authentication implementation paths and help users choose the right approach
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub joshuarweaver/cascade-security-auth --plugin scalekit-inc-claude-auth-skillBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A comprehensive Claude skill for implementing Scalekit authentication across web applications, APIs, and MCP servers.
This skill provides complete guidance for three authentication implementation paths:
Implementation Paths:
Getting Started:
Complete authentication system for web applications.
Use when:
What's included:
Frameworks:
Get started: full-stack-auth/quickstart.md
Add Enterprise SSO to your existing authentication system.
Use when:
What's included:
Frameworks:
Get started: modular-sso/quickstart.md
Secure Model Context Protocol servers with OAuth 2.1.
Use when:
Two approaches:
1. OAuth 2.1 with Scalekit (Recommended)
Get started: mcp-auth/oauth-quickstart.md
Framework Templates:
2. Custom Auth Integration
Get started: mcp-auth/custom-auth-integration.md
Install as a Claude Code plugin for the best experience:
git clone https://github.com/scalekit-inc/claude-auth-skill.git
cd claude-auth-skill
# Add as marketplace and install plugin
claude plugin marketplace add .
claude plugin install scalekit-auth@scalekit-marketplace
Features:
/scalekit command for quick help/scalekit-init for interactive setup/scalekit-validate to test configurationSee PLUGIN.md for complete plugin documentation.
git clone https://github.com/scalekit-inc/claude-auth-skill.git
cd claude-auth-skill
python install_skill.py
Requirements:
pip install anthropic python-dotenvgit clone https://github.com/scalekit-inc/claude-auth-skill.git
cd claude-auth-skill
./install_local.sh
Choose installation location:
~/.claude/skills/ (all projects).claude/skills/ (current project only)# 1. Install the skill (see above)
# 2. Test with Claude
claude
> "Help me implement Scalekit authentication in Express"
# ✅ Success: Claude provides Scalekit-specific code
# ❌ Failure: Claude gives generic OAuth advice
See TESTING.md for full test suite with 20+ scenarios.
Scalekit actions playground in your Claude Code
Enterprise auth for B2B apps without writing protocols. Login, sessions, SSO (Okta, Azure AD, Google), SCIM, MCP OAuth, RBAC, and API keys — any framework, any stack.
SCIM webhook provisioning with Scalekit for real-time user and group lifecycle management.
OAuth 2.1 authorization for MCP servers using Scalekit to protect tools used by AI IDEs and agents.
Modular SSO flows using Scalekit for apps with existing user management, including IdP-initiated login and enterprise onboarding.
OAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering authorization code flow, PKCE, token refresh, scope management errors.
Auth0 skills for quickstarts, migration, major version upgrades, MFA, branding, custom domains, Advanced Custom Universal Login (ACUL) screen generation, and framework-specific SDK integrations for React, Next.js, Vue, Nuxt, Angular, Express, Fastify, FastAPI, Flask, Go, Spring Boot, Java MVC, Swift, Android, Flutter, Flutter Web, ASP.NET Core, React Native, Expo, Ionic React (Capacitor), Ionic Angular (Capacitor), and Ionic Vue (Capacitor).
WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.
Auth skills for Claude Code — scaffold auth endpoints, review auth code for security issues, and add conformance tests
Build authentication systems with JWT, OAuth2, and API keys
Authentication and security specialist for JWT implementation, OAuth2 flows, refresh tokens, session management, password hashing (bcrypt, argon2), 2FA, SSO, and security best practices. Use when implementing authentication, authorization, or security features.