Domains
Forms
- SKILL.md50.0%
- references50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When implementing auth systems, securing REST/GraphQL APIs, adding OAuth2/social login, implementing RBAC, designing session management, or debugging security issues.
references/details.md for detailed patterns and worked examplesA clear guide to building secure, scalable access control: correct strategy selection, hardened implementation checklist, and avoidance of typical vulnerabilities.
Use Cases
A backend developer is building a new REST API and needs to add login and access control. Using this skill, they learn to choose JWT vs session cookies, apply bcrypt hashing, set httpOnly secure cookies, and implement RBAC. This prevents common vulnerabilities like plaintext passwords or XSS token theft, shipping a secure API faster.
A team experiences strange 401 errors and suspected token misuse in production. They use this skill to review OAuth2 flow, token expiration, and server-side validation practices, identifying missing CSRF protection and localStorage JWT storage. Applying fixes reduces auth incidents and improves system reliability.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File