You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for ES* algorithms (ES256, ES384, ES512) for EC keys in JWK, JWKS, and AsymmetricJWTValidator.
Fix flaky test test_jwt_validator_fetches_tokens_again_for_unknown_kid that failed on slower hardware (e.g. Raspberry Pi / aarch64) due to a timing-sensitive refresh_time threshold; replaced real-time sleeps with mocked time for deterministic behaviour. Reported by @wrobell in #18.