Auth Patterns skills for AI agents
8 practitioner-grade auth patterns skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- API Key Auth
API key generation, hashing, rotation, scoping, and rate limiting patterns
222 lines - JWT Tokens
JWT creation, validation, refresh token rotation, and secure token storage patterns
151 lines - Multi Tenancy
Multi-tenant authentication isolation, tenant-scoped tokens, and data boundary enforcement
199 lines - Oauth2 Flows
OAuth 2.0 authorization code, PKCE, client credentials, and token exchange patterns
194 lines - Passkeys
Passkeys and WebAuthn implementation for passwordless authentication
213 lines - Rbac
Role-based access control design, permission hierarchies, and enforcement patterns
196 lines - Session Management
Server-side session handling, cookie security, session stores, and fixation prevention
168 lines - Sso Saml
SSO and SAML integration for enterprise identity federation and service provider setup
255 lines