implementing-jwt-signing-and-verification
mukul975/Anthropic-Cybersecurity-Skills
This skill provides comprehensive implementation for secure JWT (RFC 7519) signing and verification using multiple algorithms (HMAC-SHA256, RSA-PSS, ES256, EdDSA). It covers token expiration, claims validation, and crucial defenses against common attacks like algorithm confusion and 'none' algorithm bypass, essential for hardening web application authentication systems.