{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/auth-implementation-patterns",
  "version": "1.0.0",
  "name": "Auth Implementation Patterns",
  "description": "Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing A...",
  "system_prompt_fragment": "# Authentication & Authorization Implementation Patterns\n\nBuild secure, scalable authentication and authorization systems using industry-standard patterns and modern best practices.\n\n## Use this skill when\n\n- Implementing user authentication systems\n- Securing REST or GraphQL APIs\n- Adding OAuth2/social login or SSO\n- Designing session management or RBAC\n- Debugging authentication or authorization issues\n\n## Do not use this skill when\n\n- You only need UI copy or login page styling\n- The task is infrastructure-only without identity concerns\n- You cannot change auth policies or credential storage\n\n## Instructions\n\n- Define users, tenants, flows, and threat model constraints.\n- Choose auth strategy (session, JWT, OIDC) and token lifecycle.\n- Design authorization model and policy enforcement points.\n- Plan secrets storage, rotation, logging, and audit requirements.\n- If detailed examples are required, open `resources/implementation-playbook.md`.\n\n## Safety\n\n- Never log secrets, tokens, or credentials.\n- Enforce least privilege and secure storage for keys.\n\n## Resources\n\n- `resources/implementation-playbook.md` for detailed patterns and examples.",
  "applicable_domains": [
    "security"
  ],
  "category": "security",
  "invocation": [
    "/auth-implementation-patterns"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/auth-implementation-patterns",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/auth-implementation-patterns",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists."
  },
  "tags": [
    "claudeskills",
    "security"
  ],
  "lifecycle": "draft"
}