77c0dd5907
- Simplified oidc_service.rs to use jsonwebtoken's DecodingKey::from_jwk() - Automatically handles key type detection (RSA/EC) and algorithm detection - Supports RS256, RS384, RS512, ES256, and ES384 algorithms - Much cleaner code by leveraging library's built-in JWK parsing