Implements secure authentication and authorization patterns using modern industry standards.
The Auth Patterns skill provides a comprehensive framework for building secure login systems, managing JWT tokens, and enforcing role-based access control. It follows 2026 best practices, including Argon2id password hashing, refresh token rotation, and hardened session management. This skill ensures Claude can generate production-grade security code that mitigates common vulnerabilities such as brute-force attacks, session hijacking, and unauthorized privilege escalation.
主な機能
01Hardened session and cookie security
02Role-Based Access Control (RBAC) implementation
03Secure password hashing with Argon2id and bcrypt