authentication
Installation
SKILL.md
Authentication Skill
Implement secure authentication patterns for web applications including JWT tokens, sessions, OAuth, and password handling.
When to Use
- Adding login/logout functionality
- Implementing token-based authentication
- Integrating OAuth providers
- Handling password hashing and reset
- Managing sessions and cookies