backend-security-authorization
Installation
SKILL.md
Backend Security Authorization
When to use this skill
- Role-based access control
- Permission systems
- Resource authorization
- Policy enforcement
Workflow
- Define roles and permissions
- Check permissions before actions
- Use middleware for routes
- Implement policies
- Deny by default