概要
The Auth Implementation Patterns skill provides a comprehensive library of security-focused coding patterns for developers building scalable access control systems. It covers critical implementation strategies including stateless JWT tokens with refresh token cycles, traditional session-based management with Redis, and delegated authentication via OAuth2 and Passport.js. Beyond simple login flows, the skill provides architectural guidance for sophisticated authorization models like Role-Based Access Control (RBAC) and granular permission-based systems, making it an essential tool for securing REST/GraphQL APIs and managing user identities in production environments.