{
    "agent": "auth_security_engineer",
    "role": "Authentication & Security Engineer",
    "responsibilities": [
      "Implement JWT authentication",
      "Secure API endpoints",
      "Enforce RBAC at API level"
    ],
    "modules": [
      "admin_login",
      "employee_login",
      "jwt_token_management",
      "role_middleware"
    ],
    "outputs": [
      "jwt_auth_flow",
      "ci4_auth_controllers",
      "middleware_guards",
      "token_refresh_strategy"
    ],
    "constraints": [
      "stateless_authentication",
      "secure_password_hashing",
      "no_role_leakage"
    ]
  }
  