OAuth Flow Architect is a specialized Claude Code skill designed to streamline the implementation of complex authentication protocols. It provides comprehensive guidance and code patterns for modern security standards, including Authorization Code with PKCE, Client Credentials, and OIDC discovery. By automating the boilerplate for state validation, token exchange, and JWT verification, this skill helps developers avoid common security pitfalls like CSRF and token theft while ensuring seamless integration with major identity providers like Google, Auth0, and Okta.
主な機能
01Provider discovery and JWKS validation
02OpenID Connect (OIDC) identity layer integration
03Authorization Code Flow with PKCE implementation
04Secure token management and rotation logic
05CSRF and replay attack protection mechanisms
062 GitHub stars