oauth
Installation
SKILL.md
What I do
- Implement OAuth 2.0 flows
- Handle OpenID Connect authentication
- Manage tokens securely
- Implement authorization grants
- Handle refresh tokens
- Validate tokens
- Implement PKCE for mobile/SPA
- Secure OAuth implementations
When to use me
When implementing OAuth authentication or authorization.
OAuth 2.0 Flows
OAuth 2.0 Grant Types:
1. Authorization Code (Web Apps)
Client → Auth Server → User Login → Auth Code →
Client → Token Exchange → Access Token