From developer-essentials
Provides authentication and authorization patterns (JWT, OAuth2, session management, RBAC). Use when implementing 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 tsiakoulias/wshobson-agents --plugin developer-essentials12plugins reuse this skill
First indexed Jul 7, 2026
Showing the 6 earliest of 12 plugins
Provides authentication and authorization patterns (JWT, OAuth2, session management, RBAC). Use when implementing auth systems, securing APIs, or debugging security issues.
Implements authentication and authorization patterns including JWT, OAuth2, session management, and RBAC. Use when building secure APIs or debugging auth issues.
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems.