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 p/dxas90-developer-essentials-plugins-developer-essentials3plugins reuse this skill
First indexed Jul 7, 2026
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.
Implements authentication and authorization patterns including JWT, OAuth2, session management, and RBAC for securing APIs and user login. Use when implementing auth systems or debugging security issues.