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
221 lines - JWT Tokens
JWT creation, validation, refresh token rotation, and secure token storage patterns
150 lines - Multi Tenancy
Multi-tenant authentication isolation, tenant-scoped tokens, and data boundary enforcement
198 lines - Oauth2 Flows
OAuth 2.0 authorization code, PKCE, client credentials, and token exchange patterns
193 lines - Passkeys
Passkeys and WebAuthn implementation for passwordless authentication
212 lines - Rbac
Role-based access control design, permission hierarchies, and enforcement patterns
195 lines - Session Management
Server-side session handling, cookie security, session stores, and fixation prevention
167 lines - Sso Saml
SSO and SAML integration for enterprise identity federation and service provider setup
254 lines