jwt-3.1.0
v3.1.0 (2025-06-23)
Features:
- Add support for x5t header parameter for X.509 certificate thumbprint verification #669 (@hieuk09)
- Raise an error if the ECDSA signing or verification key is not an instance of
OpenSSL::PKey::EC
#688 (@anakinj) - Allow
OpenSSL::PKey::EC::Point
to be used as the verification key in ECDSA #689 (@anakinj) - Require claims to have been verified before accessing the
JWT::EncodedToken#payload
#690 (@anakinj) - Support signing and verifying tokens using a JWK #692 (@anakinj)