From developer-essentials
Guides implementation of authentication and authorization patterns including JWT, OAuth2, session management, and RBAC. Use when building auth systems, securing APIs, or debugging security issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/developer-essentials:auth-implementation-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.
Build secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.
Authentication (AuthN): Who are you?
Authorization (AuthZ): What can you do?
Session-Based:
Token-Based (JWT):
OAuth2/OpenID Connect:
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
npx claudepluginhub wshobson/agents --plugin developer-essentialsImplements authentication and authorization patterns: JWT, OAuth2, session management, RBAC. Helps secure APIs and debug auth issues.
Implements auth patterns like JWT, OAuth2, sessions, and RBAC for securing APIs. Use for user auth, API protection, social login, or debugging security issues.
Builds secure, scalable authentication and authorization systems using industry-standard patterns. Covers OAuth2, SSO, session management, RBAC, and token lifecycle.