backend-security-authentication
Installation
SKILL.md
Backend Security Authentication
When to use this skill
- User login/registration
- API authentication
- Session management
- Password security
Workflow
- Hash passwords properly
- Generate secure tokens
- Validate credentials
- Implement logout
- Refresh tokens