v2.10.2
📦 jwt-librariesView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
Version v2.10.2 addresses a concurrency issue by ensuring digests are not reused across separate calls within the Ecdsa and Rsa JWA implementations.
🐛 Bug Fixes
- Avoided using the same digest across calls in JWT::JWA::Ecdsa and JWT::JWA::Rsa.