Skip to content

Release 2.0

Latest

Choose a tag to compare

@brentscheffler brentscheffler released this 26 Feb 23:42
3573b70

Updates

  • Bumping minimum PHP version to 8.2.
  • Adding support for PHP 8.4.
  • Adding class comments for exceptions and constructors of various classes.
  • Refactoring retrieving of signer to a single private function.
  • Bumping dev dependencies.
  • Adding test coverage for error cases on signing and verifying with KeypairSigner.
  • Adding #[SensitiveParameter] attribute in HmacSigner constructor.

Fixes

  • Fixing potential issue with implicit casting of exp and nbf claims.