Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.4 KB

File metadata and controls

33 lines (16 loc) · 1.4 KB

Changelog

1.2.0 (2025-07-02)

Features

Bug Fixes

1.1.0 (2024-08-10)

Features

  • Official support for Ruby 3.2 and 3.3 (2f6079f)

1.0.0 (2023-12-28)

Features

  • jwk_loader/test for convenience for testing without external dependencies. #6 (@anakinj)
  • Serialize the cached key sets into JWT::JWK:Set to avoid generating OpenSSL PKeys for each time the keys are used. #6 (@anakinj)

1.0.0 (2022-08-26)

Fixes

  • make sure 'net/http' is required #2 (@lukad).