Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 931 Bytes

CHANGELOG.md

File metadata and controls

30 lines (15 loc) · 931 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0] 2022-12-20

Added

  • Allow PEM certificates to be read as public keys (#19)

Changed

  • A verifier with no associated kid will allow any token kid (like a wildcard) instead of requiring there to be no kid. This is a fix that's consistent with the original API documentation (#18)

[1.1.0] 2021-08-15

Added

  • Allow string or array aud claims (previously just allowed string aud) (#13)

Removed

  • Spurious assertion that any empty claim key "" must have a string value